summaryrefslogtreecommitdiffstats
path: root/stm32/app/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm32/app/rtc.c')
-rw-r--r--stm32/app/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm32/app/rtc.c b/stm32/app/rtc.c
index 0030cfd..9c1bc47 100644
--- a/stm32/app/rtc.c
+++ b/stm32/app/rtc.c
@@ -77,7 +77,7 @@ void rtc_isr (void)
v = rtc_get_counter_val();
- TOGGLE (LED1);
+ // TOGGLE (LED1);
cycle_ref = now;