mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
69661f3343
This is run with uncrustify 0.70.1, and black 19.10b0.
6 lines
121 B
C
6 lines
121 B
C
static inline mp_uint_t mp_hal_ticks_ms(void) {
|
|
return 0;
|
|
}
|
|
static inline void mp_hal_set_interrupt_char(char c) {
|
|
}
|