1
0
SAE11_2022/include/timer.h

6 lines
64 B
C

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