mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
Add optional READYBOARD_SYS_TIME #ifdef which will cause sys_time to
not include sys_time_hw
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
extern uint16_t cpu_time_sec;
|
||||
|
||||
#ifndef READYBOARD_SYS_TIME
|
||||
#include "sys_time_hw.h"
|
||||
#endif
|
||||
|
||||
#endif /* SYS_TIME_H */
|
||||
|
||||
Reference in New Issue
Block a user