mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Rover: Failsafe parameters default values macros are not used, so delete them
@OXINARF told me that they existed. @tridge told me I should delete them, now that we have run-time parameters
This commit is contained in:
parent
285653da30
commit
916a2e8fca
@ -124,22 +124,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
|
||||||
// failsafe defaults
|
|
||||||
#ifndef THROTTLE_FAILSAFE
|
|
||||||
#define THROTTLE_FAILSAFE ENABLED
|
|
||||||
#endif
|
|
||||||
#ifndef THROTTLE_FS_VALUE
|
|
||||||
#define THROTTLE_FS_VALUE 950
|
|
||||||
#endif
|
|
||||||
#ifndef LONG_FAILSAFE_ACTION
|
|
||||||
#define LONG_FAILSAFE_ACTION 0
|
|
||||||
#endif
|
|
||||||
#ifndef GCS_HEARTBEAT_FAILSAFE
|
|
||||||
#define GCS_HEARTBEAT_FAILSAFE DISABLED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// THROTTLE_OUT
|
// THROTTLE_OUT
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user