1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

cpu/ezr32wg: fix comment

This commit is contained in:
MrKevinWeiss 2020-09-09 15:55:29 +02:00
parent 263aea60cb
commit a65ce2a058

View File

@ -135,4 +135,4 @@ void TIMER_0_ISR(void)
} }
cortexm_isr_end(); cortexm_isr_end();
} }
#endif /* TIMER_0_EN */ #endif /* TIMER_0_ISR */