mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Copter: remove RALLY_WP_SIZE definition
This commit is contained in:
parent
e3ffd5c0dd
commit
7af5d4a8ce
@ -297,8 +297,7 @@ enum FlipState {
|
||||
|
||||
// rally points shoehorned between fence points and waypoints
|
||||
#define MAX_RALLYPOINTS 6
|
||||
#define RALLY_WP_SIZE 15
|
||||
#define RALLY_START_BYTE (FENCE_START_BYTE-(MAX_RALLYPOINTS*RALLY_WP_SIZE))
|
||||
#define RALLY_START_BYTE (FENCE_START_BYTE-(MAX_RALLYPOINTS*AC_RALLY_WP_SIZE))
|
||||
#define RALLY_LIMIT_KM_DEFAULT 2.0 // we'll set a per-vehicle default for this
|
||||
|
||||
// parameters get the first 1536 bytes of EEPROM
|
||||
|
Loading…
Reference in New Issue
Block a user