mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-12-16 01:09:57 +00:00
Working UART
This commit is contained in:
@ -124,6 +124,7 @@ MemoryStatus EEPROM_EARSE() {
|
||||
}
|
||||
|
||||
MemoryStatus EEPROM_INIT() {
|
||||
memset(&infoBlock, 0x00, sizeof(infoBlock));
|
||||
MemoryStatus status = getInfoBlock(&infoBlock);
|
||||
if (status != EEPROM_OK) {
|
||||
char errorMsg[] = "Error reading InfoBlock from EEPROM\n";
|
||||
|
||||
Reference in New Issue
Block a user