Files
paparazzi/sw/airborne/sys_time.h
T
2007-01-27 00:16:54 +00:00

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 */