mirror of https://github.com/ArduPilot/ardupilot
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>
|
||||
#endif
|
||||
|
||||
#if AP_SIM_ENABLED
|
||||
#include <SITL/SITL.h>
|
||||
#endif
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL
|
||||
#define RELAY1_PIN_DEFAULT 13
|
||||
|
||||
|
|
Loading…
Reference in New Issue