altos/stm: Make ao_eeprom_total a #define instead of a const variable
authorKeith Packard <keithp@keithp.com>
Mon, 4 May 2020 01:31:19 +0000 (18:31 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 22 May 2020 05:04:46 +0000 (22:04 -0700)
commit3d70ca6bae383878d8a7c13b862031531fa4ff81
treee97cf1157454fd052cdff3d5a0ac758fa9e1521a
parent9b62e2b4831eb90c65ecdf05c219e8711840ef1e
altos/stm: Make ao_eeprom_total a #define instead of a const variable

This is unused outside of ao_eeprom_stm.c, and as global const takes
up space in flash.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_eeprom.h
src/stm/ao_eeprom_stm.c