[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
master
utzig 2013-07-09 22:06:41 +00:00
parent d3cca09dc3
commit 28aad0e71b
1 changed files with 0 additions and 11 deletions

View File

@ -49,17 +49,6 @@ const PALConfig pal_default_config =
};
#endif /* HAL_USE_PAL */
CH_IRQ_HANDLER(TIMER0_COMP_vect) {
CH_IRQ_PROLOGUE();
chSysLockFromIsr();
chSysTimerHandlerI();
chSysUnlockFromIsr();
CH_IRQ_EPILOGUE();
}
/*
* Board-specific initialization code.
*/