diff --git a/sw/airborne/sys_time.h b/sw/airborne/sys_time.h index c446f217cd..cd6c157499 100644 --- a/sw/airborne/sys_time.h +++ b/sw/airborne/sys_time.h @@ -6,6 +6,8 @@ extern uint16_t cpu_time_sec; +#ifndef READYBOARD_SYS_TIME #include "sys_time_hw.h" +#endif #endif /* SYS_TIME_H */