Skip to content
Snippets Groups Projects
Commit 5a633316 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

cpu/lpc1768: remove useless timer periph file guard

parent 6089910e
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment