AP_Relay: add missing SITL include

was being satisfied transitively
This commit is contained in:
Peter Barker 2024-01-11 17:51:06 +11:00 committed by Peter Barker
parent d0e7039b68
commit 6ecb8ce023
1 changed files with 4 additions and 0 deletions

View File

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