armcm_timer: Fix typo in comment in armcm_timer.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
078d278611
commit
9c15f00e60
|
@ -5,4 +5,4 @@
|
||||||
|
|
||||||
void udelay(uint32_t usecs);
|
void udelay(uint32_t usecs);
|
||||||
|
|
||||||
#endif // serial_irq.h
|
#endif // armcm_timer.h
|
||||||
|
|
Loading…
Reference in New Issue