fix merge

This commit is contained in:
Sonic Dreamcaster
2024-09-17 21:07:20 -03:00
parent 63254ffc5e
commit 684f17c27f
18 changed files with 43 additions and 253 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ s32 Save_WriteBlock(s32 arg0, u8* arg1) {
PRINTF("EEPROM インターフェース回路反応なし (WRITE)\n");
return -1;
} else {
Timer_Wait(MSEC_TO_CYCLES(15));
// Timer_Wait(MSEC_TO_CYCLES(15));
PRINTF("EEPROM WRITE %02X: %02X %02X %02X %02X %02X %02X %02X %02X\n");
return 0;
}