From 48522a31b2057f166bbdc908fd954d447a647e0b Mon Sep 17 00:00:00 2001 From: LatantSea <69185230+LatantSea@users.noreply.github.com> Date: Tue, 11 Aug 2020 17:33:28 +0000 Subject: [PATCH] Update boards.c --- src/boards.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/boards.c b/src/boards.c index 554dbfc..5a46b55 100644 --- a/src/boards.c +++ b/src/boards.c @@ -158,7 +158,9 @@ static uint32_t _long_press_count = 0; void SysTick_Handler(void) { _systick_count++; +#ifndef PNVRAM pnvram_add_ms(pnvram, 1); +#endif #if LEDS_NUMBER > 0 led_tick(); #endif