mirror of
https://github.com/micropython/micropython.git
synced 2025-12-13 08:20:13 +01:00
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) {
|
|
}
|