mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Param: fixed build of eedump_apparam
This commit is contained in:
parent
3f3cca4415
commit
367a87591a
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
uint8_t eeprom[0x1000];
|
uint8_t eeprom[0x1000];
|
||||||
|
|
||||||
struct PACKED EEPROM_header {
|
struct EEPROM_header {
|
||||||
uint8_t magic[2];
|
uint8_t magic[2];
|
||||||
uint8_t revision;
|
uint8_t revision;
|
||||||
uint8_t spare;
|
uint8_t spare;
|
||||||
|
Loading…
Reference in New Issue
Block a user