APM: expanded parameter area to match ACM

this ensures waypoints and basic eeprom layout remain in sync
This commit is contained in:
Andrew Tridgell 2012-02-18 10:51:17 +11:00
parent 6929226b96
commit 16009777d9
1 changed files with 2 additions and 2 deletions

View File

@ -200,8 +200,8 @@ enum gcs_severity {
// EEPROM addresses
#define EEPROM_MAX_ADDR 4096
// parameters get the first 1024 bytes of EEPROM, remainder is for waypoints
#define WP_START_BYTE 0x400 // where in memory home WP is stored + all other WP
// parameters get the first 1280 bytes of EEPROM, remainder is for waypoints
#define WP_START_BYTE 0x500 // where in memory home WP is stored + all other WP
#define WP_SIZE 15
// fence points are stored at the end of the EEPROM