diff options
Diffstat (limited to 'firmware/export/eeprom_24cxx.h')
-rw-r--r-- | firmware/export/eeprom_24cxx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/eeprom_24cxx.h b/firmware/export/eeprom_24cxx.h index 9a3d49b486..9a2efb915d 100644 --- a/firmware/export/eeprom_24cxx.h +++ b/firmware/export/eeprom_24cxx.h | |||
@@ -31,7 +31,6 @@ | |||
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | void eeprom_24cxx_init(void); | 33 | void eeprom_24cxx_init(void); |
34 | int eeprom_24cxx_read_byte(unsigned int address, char *c); | ||
35 | int eeprom_24cxx_read(unsigned char address, void *dest, int length); | 34 | int eeprom_24cxx_read(unsigned char address, void *dest, int length); |
36 | int eeprom_24cxx_write(unsigned char address, const void *src, int length); | 35 | int eeprom_24cxx_write(unsigned char address, const void *src, int length); |
37 | 36 | ||