mirror of https://github.com/ArduPilot/ardupilot
Plane: remove RALLY_WP_SIZE definition
This commit is contained in:
parent
7af5d4a8ce
commit
2a298d0ea4
|
@ -183,8 +183,7 @@ enum log_messages {
|
|||
|
||||
// rally points shoehorned between fence points and waypoints
|
||||
#define MAX_RALLYPOINTS 10
|
||||
#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))
|
||||
|
||||
// parameters get the first 1280 bytes of EEPROM, mission commands are stored between these params and the rally points
|
||||
#define MISSION_START_BYTE 0x500
|
||||
|
|
Loading…
Reference in New Issue