Strip never-used eeprom functions

This commit is contained in:
Scott Lahteine
2020-04-29 16:20:07 -05:00
parent b335c38162
commit a521b0edbb
3 changed files with 0 additions and 88 deletions

View File

@@ -26,5 +26,3 @@
//
void eeprom_write_byte(uint8_t *pos, unsigned char value);
uint8_t eeprom_read_byte(uint8_t *pos);
void eeprom_read_block(void *__dst, const void *__src, size_t __n);
void eeprom_update_block(const void *__src, void *__dst, size_t __n);