summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/eeprom_24cxx.h1
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
33void eeprom_24cxx_init(void); 33void eeprom_24cxx_init(void);
34int eeprom_24cxx_read_byte(unsigned int address, char *c);
35int eeprom_24cxx_read(unsigned char address, void *dest, int length); 34int eeprom_24cxx_read(unsigned char address, void *dest, int length);
36int eeprom_24cxx_write(unsigned char address, const void *src, int length); 35int eeprom_24cxx_write(unsigned char address, const void *src, int length);
37 36