cpu/lpc1768: remove useless timer periph file guard
This commit is contained in:
parent
6089910e6e
commit
5a63331621
@ -24,9 +24,6 @@
|
|||||||
#include "periph_conf.h"
|
#include "periph_conf.h"
|
||||||
#include "periph/timer.h"
|
#include "periph/timer.h"
|
||||||
|
|
||||||
/* guard file in case no timers are defined */
|
|
||||||
#if TIMER_0_EN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Timer channel interrupt flags
|
* @name Timer channel interrupt flags
|
||||||
* @{
|
* @{
|
||||||
@ -148,5 +145,3 @@ void TIMER_0_ISR(void)
|
|||||||
cortexm_isr_end();
|
cortexm_isr_end();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* TIMER_0_EN */
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user