mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_HAL: sitl: disable safety switch
sitl doesn't really handle the safety switch and it's actually disabled by AP_FEATURE_SAFETY_BUTTON.
This commit is contained in:
parent
5d923aed85
commit
2336d2214b
@ -19,4 +19,4 @@
|
|||||||
#define HAL_GPIO_LED_OFF 1
|
#define HAL_GPIO_LED_OFF 1
|
||||||
|
|
||||||
#define HAL_HAVE_BOARD_VOLTAGE 1
|
#define HAL_HAVE_BOARD_VOLTAGE 1
|
||||||
#define HAL_HAVE_SAFETY_SWITCH 1
|
#define HAL_HAVE_SAFETY_SWITCH 0
|
||||||
|
Loading…
Reference in New Issue
Block a user