diff options
-rw-r--r-- | arm7/lib/include/OS_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |