Skip to content

Commit

Permalink
修复pio问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyin1985 committed Mar 5, 2019
1 parent ba287fc commit 21af63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/User/stm32f10x_it.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void SysTick_Handler(void)
volatile SYS_TIMER_RCD *pSysTimer=gpSysTimerRcd;
u16 i;

for(i=0;i<WAVER_IO_NUM;i++){if(gKeyDelay[i]) gKeyDelay[i]--;}
for(i=0;i<IOIN_MAX;i++){if(gKeyDelay[i]) gKeyDelay[i]--;}

#if 1
{//模拟rtc中断,如有硬件rtc支持,可迁移
Expand Down

0 comments on commit 21af63e

Please sign in to comment.