diff options
Diffstat (limited to 'app/msf.c')
-rw-r--r-- | app/msf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ static EPOCH msf_time; void exti_t_isr (void) { - uint32_t now = SCS_DWT_CYCCNT; + uint32_t now = HW_CLOCK_REG; int v; v = !!gpio_get (T_PORT, T); |