Skip to content

Commit

Permalink
[fixedwing] fix SITL datalink includes
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Mar 26, 2015
1 parent c1fff61 commit 5bdb80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/firmwares/fixedwing/main_ap.c
Expand Up @@ -72,7 +72,7 @@ PRINT_CONFIG_MSG_VALUE("USE_BARO_BOARD is TRUE, reading onboard baro: ", BARO_BO
#endif

// datalink & telemetry
#if DATALINK
#if DATALINK || SITL
#include "subsystems/datalink/datalink.h"
#include "subsystems/datalink/downlink.h"
#endif
Expand Down

0 comments on commit 5bdb80c

Please sign in to comment.