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:
Andrew Tridgell 2024-01-06 07:51:04 +11:00 committed by Peter Barker
parent fa2b87b05a
commit 535a6a3316

View File

@ -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