mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #8956 from aabadie/pr/cpu/guard_lpc1768
cpu/lpc1768: remove useless timer periph file guard
This commit is contained in:
commit
56917c8709
@ -24,9 +24,6 @@
|
||||
#include "periph_conf.h"
|
||||
#include "periph/timer.h"
|
||||
|
||||
/* guard file in case no timers are defined */
|
||||
#if TIMER_0_EN
|
||||
|
||||
/**
|
||||
* @name Timer channel interrupt flags
|
||||
* @{
|
||||
@ -148,5 +145,3 @@ void TIMER_0_ISR(void)
|
||||
cortexm_isr_end();
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* TIMER_0_EN */
|
||||
|
Loading…
Reference in New Issue
Block a user