We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9bc6a commit f7a7e43Copy full SHA for f7a7e43
port/mphalport.c
@@ -80,7 +80,7 @@ void mp_hal_stdout_tx_strn_cooked(const char *str, uint32_t len) {
80
}
81
82
mp_uint_t mp_hal_ticks_us(void) {
83
- return rt_tick_get() * 1000000UL / RT_TICK_PER_SECOND ;
+ return rt_tick_get() * 1000000UL / RT_TICK_PER_SECOND;
84
85
86
mp_uint_t mp_hal_ticks_ms(void) {
0 commit comments