match all the functions

This commit is contained in:
jiangzhengwenjz
2020-01-16 07:21:54 +08:00
committed by huderlem
parent c2be2e8c69
commit 46b00b11d4
7 changed files with 2371 additions and 6548 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ u16 SetFlashTimerIntr(u8 timerNum, void (**intrFunc)(void))
return 1;
sTimerNum = timerNum;
sTimerReg = &REG_TMCNT(sTimerNum);
sTimerReg = &REG_TMCNT_L(sTimerNum);
*intrFunc = FlashTimerIntr;
return 0;
}