altos/telelco-v3.0: Use eeprom emulation for config storage
[fw/altos] / src / telelco-v3.0 / ao_telelco.c
index 91798b562cb82e1660caeff3a9f711b88d7ae6b1..9530cf14167991f6ed1042bf0468d919466f1875 100644 (file)
 //#include <ao_adc_single.h>
 #include <ao_st7565.h>
 
-uint8_t
-ao_eeprom_read(ao_pos_t pos, void *v, uint16_t len)
-{
-       (void) pos;
-       (void) v;
-       (void) len;
-       return 0;
-}
-
-uint8_t
-ao_eeprom_write(ao_pos_t pos32, void *v, uint16_t len)
-{
-       (void) pos32;
-       (void) v;
-       (void) len;
-       return 0;
-}
-
 int
 main(void)
 {