X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2Fao_eeprom_stm.c;fp=src%2Fstm%2Fao_eeprom_stm.c;h=db4d6a49f0b5801b08ea1cb8f555cbe7c1960d3e;hp=d3e3338d9c94d7e1e961b29d7606b64193659a79;hb=3d70ca6bae383878d8a7c13b862031531fa4ff81;hpb=9b62e2b4831eb90c65ecdf05c219e8711840ef1e 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)