move timer inits to files where it is used

This commit is contained in:
2022-02-11 18:11:08 +01:00
parent 33b01ee2d8
commit e20bdb3e8a
4 changed files with 21 additions and 27 deletions

View File

@@ -3,5 +3,6 @@
#define TICK_PER_SEC 1000UL
unsigned long millis(void);
void timer0_init(void);
#endif