summaryrefslogtreecommitdiffstats
path: root/app/dcf77.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/dcf77.c')
-rw-r--r--app/dcf77.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dcf77.c b/app/dcf77.c
index e55fcfc..fc2dcda 100644
--- a/app/dcf77.c
+++ b/app/dcf77.c
@@ -33,7 +33,7 @@ static char dcf77_info[40];
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);