1
0
SAE11_2022/include/timer.h

6 lines
64 B
C
Raw Normal View History

#ifndef TIMER_H
#define TIMER_H
void start_timer(void);
#endif