From a65ce2a05881c7cc853ab5178c69e7fd2c0db2c1 Mon Sep 17 00:00:00 2001 From: MrKevinWeiss Date: Wed, 9 Sep 2020 15:55:29 +0200 Subject: [PATCH] cpu/ezr32wg: fix comment --- cpu/ezr32wg/periph/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/ezr32wg/periph/timer.c b/cpu/ezr32wg/periph/timer.c index f273cdad93..a5506ac96b 100644 --- a/cpu/ezr32wg/periph/timer.c +++ b/cpu/ezr32wg/periph/timer.c @@ -135,4 +135,4 @@ void TIMER_0_ISR(void) } cortexm_isr_end(); } -#endif /* TIMER_0_EN */ +#endif /* TIMER_0_ISR */