Improved logging system

This commit is contained in:
ice-bit
2019-07-08 20:36:53 +02:00
parent 52bb2609ae
commit 70c1f666c6
4 changed files with 85 additions and 27 deletions

View File

@@ -31,7 +31,7 @@
*/
void init_timer(uint32_t frequency);
uint32_t tick;
/* Since regs parameter(from timer_callback) will be unused
* GCC(with -Werror flag) will dump an error, so we avoid this
* using the following macro