mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: act on safety switch being enabled in SITL by zeroing outputs
This commit is contained in:
parent
946840cc99
commit
f5a26495d3
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
#define HAL_HAVE_BOARD_VOLTAGE 1
|
#define HAL_HAVE_BOARD_VOLTAGE 1
|
||||||
#define HAL_HAVE_SERVO_VOLTAGE 1
|
#define HAL_HAVE_SERVO_VOLTAGE 1
|
||||||
#define HAL_HAVE_SAFETY_SWITCH 0
|
#define HAL_HAVE_SAFETY_SWITCH 1
|
||||||
|
|
||||||
// only include if compiling C++ code
|
// only include if compiling C++ code
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue