mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
AP_Relay: add missing SITL include
was being satisfied transitively
This commit is contained in:
parent
d0e7039b68
commit
6ecb8ce023
@ -29,6 +29,10 @@
|
|||||||
#include <AP_CANManager/AP_CANManager.h>
|
#include <AP_CANManager/AP_CANManager.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if AP_SIM_ENABLED
|
||||||
|
#include <SITL/SITL.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||||
#define RELAY1_PIN_DEFAULT 13
|
#define RELAY1_PIN_DEFAULT 13
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user