[AVR] Remove tick timer IRQ handling from OLIMEX_AVR_CAN (available on hal_lld)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5948 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
d3cca09dc3
commit
28aad0e71b
|
@ -49,17 +49,6 @@ const PALConfig pal_default_config =
|
||||||
};
|
};
|
||||||
#endif /* HAL_USE_PAL */
|
#endif /* HAL_USE_PAL */
|
||||||
|
|
||||||
CH_IRQ_HANDLER(TIMER0_COMP_vect) {
|
|
||||||
|
|
||||||
CH_IRQ_PROLOGUE();
|
|
||||||
|
|
||||||
chSysLockFromIsr();
|
|
||||||
chSysTimerHandlerI();
|
|
||||||
chSysUnlockFromIsr();
|
|
||||||
|
|
||||||
CH_IRQ_EPILOGUE();
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Board-specific initialization code.
|
* Board-specific initialization code.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue