diff options
Diffstat (limited to 'zephyr/mphalport.h')
-rw-r--r-- | zephyr/mphalport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/mphalport.h b/zephyr/mphalport.h new file mode 100644 index 0000000000..1bb64e0002 --- /dev/null +++ b/zephyr/mphalport.h @@ -0,0 +1 @@ +static inline mp_uint_t mp_hal_ticks_ms(void) { return 0; } |