1
0
Fork 0

Update boards.c

pull/2/head
LatantSea 2020-08-10 14:32:39 +00:00 committed by GitHub
parent 3909816e6b
commit abe17725db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ static uint32_t _long_press_count = 0;
void SysTick_Handler(void)
{
_systick_count++;
pnvram_add_ms(pnvram::pnvram, 1);
pnvram_add_ms(pnvram, 1);
#if LEDS_NUMBER > 0
led_tick();
#endif