diff options
author | Egor Ananyin <ananinegor@gmail.com> | 2020-06-24 20:20:23 +0300 |
---|---|---|
committer | Egor Ananyin <ananinegor@gmail.com> | 2020-06-24 20:20:23 +0300 |
commit | 60d9344c63e43abd81ccca87891b2ccdc05c6f93 (patch) | |
tree | bbf611b12a8083ee62570e351116798ed4e1019e /arm7/lib/include/OS_timer.h | |
parent | ea1fc9a0c36fea36cc5eced2316b321735ed1aa5 (diff) |
eof
Diffstat (limited to 'arm7/lib/include/OS_timer.h')
-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 |