1
0
Fork 0

Update boards.c

pull/2/head
LatantSea 2020-08-11 17:45:45 +00:00 committed by GitHub
parent 7e6d739629
commit f67d63d9b5
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++;
#ifndef PNVRAM
#ifdef PNVRAM
pnvram_add_ms(pnvram, 1);
#endif
#if LEDS_NUMBER > 0