mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Networking: fixed build of evtimer.c on firmware server
the firmware server uses --out option to waf configure which changes the include paths
This commit is contained in:
parent
fa2b87b05a
commit
535a6a3316
@ -5,6 +5,7 @@
|
||||
#include <hal.h>
|
||||
|
||||
#if CH_CFG_USE_EVENTS
|
||||
#include "../../modules/ChibiOS/os/various/evtimer.c"
|
||||
// this include relies on -I for modules/ChibiOS/os/various/cpp_wrappers
|
||||
#include <../evtimer.c>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user