X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm%2Fao_eeprom_stm.c;h=db4d6a49f0b5801b08ea1cb8f555cbe7c1960d3e;hb=4c5942fb082811f136322ec26de615cdb7e17580;hp=d3e3338d9c94d7e1e961b29d7606b64193659a79;hpb=0686a7b8aec524d81bda4c572549a3a068ce0eed;p=fw%2Faltos diff --git a/src/stm/ao_eeprom_stm.c b/src/stm/ao_eeprom_stm.c index d3e3338d..db4d6a49 100644 --- a/src/stm/ao_eeprom_stm.c +++ b/src/stm/ao_eeprom_stm.c @@ -20,7 +20,7 @@ #include /* Total bytes of available storage */ -const ao_pos_t ao_eeprom_total = 4096; +#define ao_eeprom_total 4096 /* Location of eeprom in address space */ #define stm_eeprom ((uint8_t *) 0x08080000)