1
0
Fork 0

Update boards.c

pull/2/head
LatantSea 2020-08-11 17:33:28 +00:00 committed by GitHub
parent e34a83fb23
commit 48522a31b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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