Hathach doesn't like attributes on parameters
This commit is contained in:
parent
eb3c11472c
commit
adc0866b7d
1 changed files with 2 additions and 1 deletions
|
|
@ -264,8 +264,9 @@ static void initISR(timer16_Sequence_t timer)
|
|||
#endif
|
||||
}
|
||||
|
||||
static void finISR(__attribute__((unused)) timer16_Sequence_t timer)
|
||||
static void finISR(timer16_Sequence_t timer)
|
||||
{
|
||||
(void)timer;
|
||||
#if defined (_useTimer1)
|
||||
// Disable the match channel interrupt request
|
||||
TC_FOR_TIMER1->COUNT16.INTENCLR.reg = INTENCLR_BIT_FOR_TIMER_1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue