1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

cpu/lpc1768: remove useless timer periph file guard

This commit is contained in:
Alexandre Abadie 2018-04-14 22:51:41 +02:00
parent 6089910e6e
commit 5a63331621

View File

@ -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 */