10 lines
95 B
C
10 lines
95 B
C
|
|
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
#include "hos_types.h"
|
|
|
|
void timer_init(u32_t freq);
|
|
|
|
#endif
|