From 60d9344c63e43abd81ccca87891b2ccdc05c6f93 Mon Sep 17 00:00:00 2001 From: Egor Ananyin Date: Wed, 24 Jun 2020 20:20:23 +0300 Subject: eof --- arm7/lib/include/OS_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm7/lib/include/OS_timer.h b/arm7/lib/include/OS_timer.h index 697842fe..b00967ca 100644 --- a/arm7/lib/include/OS_timer.h +++ b/arm7/lib/include/OS_timer.h @@ -29,4 +29,4 @@ static inline void OS_SetTimerControl(OSTimer id, u16 control) *((REGType16 *)((u32)®_OS_TM0CNT_H + id * 4)) = control; } -#endif \ No newline at end of file +#endif -- cgit v1.2.3