#ifndef TIMER_H #define TIMER_H #include void init_timer(uint32_t freq); #endif