Skip to content

Commit

Permalink
AP_Networking: fixed build of evtimer.c on firmware server
Browse files Browse the repository at this point in the history
the firmware server uses --out option to waf configure which changes
the include paths
  • Loading branch information
tridge authored and peterbarker committed Jan 5, 2024
1 parent fa2b87b commit 535a6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/AP_Networking/lwip_hal/arch/evtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 535a6a3

Please sign in to comment.