AP_Param: fixed build of eedump_apparam

This commit is contained in:
Andrew Tridgell 2015-06-03 11:46:00 +10:00
parent 3f3cca4415
commit 367a87591a

View File

@ -8,7 +8,7 @@
uint8_t eeprom[0x1000];
struct PACKED EEPROM_header {
struct EEPROM_header {
uint8_t magic[2];
uint8_t revision;
uint8_t spare;