mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
12 lines
159 B
C
12 lines
159 B
C
#ifndef SYS_TIME_H
|
|
#define SYS_TIME_H
|
|
|
|
#include <inttypes.h>
|
|
#include CONFIG
|
|
|
|
extern uint16_t cpu_time_sec;
|
|
|
|
#include "sys_time_hw.h"
|
|
|
|
#endif /* SYS_TIME_H */
|