2024-08-28 11:42:05 +08:00

6 lines
79 B
C

#ifndef TIMER_H
#define TIMER_H
void timer_config(void);
#endif /* TIMER_H */