git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11385 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
isiora 2018-01-20 22:45:49 +00:00
parent 25f248ccc9
commit f56b8b742b
1 changed files with 2 additions and 0 deletions

View File

@ -122,8 +122,10 @@ OSAL_IRQ_HANDLER(PIT_Handler) {
osalSysLockFromISR();
ivr = PIT->PIT_PIVR; /* acknowledge PIT interrupt */
#if 0
osalDbgAssert((ivr & PIT_PIVR_PICNT_Msk) == (1 << PIT_PIVR_PICNT_Pos),
"check for lost tick");
#endif
osalOsTimerHandlerI();
osalSysUnlockFromISR();
aicAckInt();