We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42141e9 commit 829d770Copy full SHA for 829d770
1 file changed
ports/mimxrt/mphalport.h
@@ -80,10 +80,6 @@
80
extern int mp_interrupt_char;
81
extern ringbuf_t stdin_ringbuf;
82
83
-// Define an alias for systick_ms, because the shared softtimer.c uses
84
-// the symbol uwTick for the systick ms counter.
85
-#define uwTick systick_ms
86
-
87
#define mp_hal_pin_obj_t const machine_pin_obj_t *
88
#define mp_hal_get_pin_obj(o) pin_find(o)
89
#define mp_hal_pin_name(p) ((p)->name)
0 commit comments