1
0
Fork 0

Update boards.c

pull/2/head
LatantSea 2020-08-11 18:36:08 +00:00 committed by GitHub
parent 0bfd1a2b8f
commit 5190603c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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