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:
Lucas De Marchi 2018-06-29 10:55:45 -07:00 committed by Lucas De Marchi
parent 5d923aed85
commit 2336d2214b
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@
#define HAL_GPIO_LED_OFF 1
#define HAL_HAVE_BOARD_VOLTAGE 1
#define HAL_HAVE_SAFETY_SWITCH 1
#define HAL_HAVE_SAFETY_SWITCH 0