refine peripherals processing. Use libs

This commit is contained in:
e.gavrin
2014-07-30 21:57:41 +04:00
parent e540590ddd
commit c25db6d7b9
7 changed files with 97 additions and 69 deletions
+7
View File
@@ -29,6 +29,13 @@ void wait_ms(uint32_t);
#ifdef __TARGET_MCU
void fake_exit(void);
void initialize_timer(void);
void initialize_sys_tick(void);
void SysTick_Handler(void);
void time_tick_decrement(void);
void wait_1ms(void);
#endif
#endif /* COMMON_IO_H */