mirror of
https://github.com/zeldaret/tmc
synced 2026-09-03 02:13:43 -04:00
renamed source file to eeprom.c
This commit is contained in:
@@ -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 };
|
||||
Reference in New Issue
Block a user