mirror of
https://github.com/ycHepth/KalmanFilter.git
synced 2026-03-13 10:23:28 +08:00
6 lines
67 B
C
6 lines
67 B
C
#ifndef __timer_H
|
|
#define __timer_H
|
|
|
|
void timer_init(void);
|
|
#endif
|