add timers

This commit is contained in:
e.gavrin
2014-07-30 23:49:49 +04:00
parent 1b47f87c5f
commit dba333c2c4
2 changed files with 15 additions and 0 deletions
+3
View File
@@ -36,6 +36,9 @@ void SysTick_Handler(void);
void time_tick_decrement(void);
void wait_1ms(void);
void set_sys_tick_counter(uint32_t);
uint32_t get_sys_tick_counter(void);
#endif
#endif /* COMMON_IO_H */