2024-08-09 16:34:11 +08:00

8 lines
81 B
C

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