renamed source file to eeprom.c

This commit is contained in:
Henny022p
2021-03-01 22:45:26 +01:00
parent 8331be4f29
commit 4071863bee
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ typedef struct EEPROMConfig {
u8 address_width;
// u8 filler[3];
} EEPROMConfig;
const char EEPROM_V124[] = "EEPROM_V124";
extern const EEPROMConfig* gEEPROMConfig;
const EEPROMConfig gEEPROMConfig512 = { 0x200, 0x40, 0x300, 0x6 };