mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: linux: disable safety switch
Linux boards don't really handle the safety switch.
This commit is contained in:
parent
2336d2214b
commit
7f984f2700
|
@ -359,7 +359,7 @@
|
|||
#endif
|
||||
|
||||
#define HAL_HAVE_BOARD_VOLTAGE 1
|
||||
#define HAL_HAVE_SAFETY_SWITCH 1
|
||||
#define HAL_HAVE_SAFETY_SWITCH 0
|
||||
|
||||
#ifndef AP_STATEDIR
|
||||
#define HAL_BOARD_STATE_DIRECTORY "/var/lib/ardupilot"
|
||||
|
|
Loading…
Reference in New Issue