diff options
Diffstat (limited to 'ports/stm/mphalport.h')
| -rw-r--r-- | ports/stm/mphalport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm/mphalport.h b/ports/stm/mphalport.h index 2c4caf3b2..cf175b526 100644 --- a/ports/stm/mphalport.h +++ b/ports/stm/mphalport.h @@ -35,7 +35,7 @@ // Global millisecond tick count (driven by SysTick interrupt). static inline mp_uint_t mp_hal_ticks_ms(void) { - return supervisor_ticks_ms32(); + return supervisor_ticks_ms32(); } // Number of bytes in receive buffer extern volatile uint8_t usb_rx_count; |
