Fix RAM2E detect bug

This commit is contained in:
Zane Kaminski
2024-08-04 02:56:24 -04:00
parent 5ecb7c90bf
commit e5e6f3c0be

View File

@@ -71,7 +71,7 @@ int ram2e_main(void)
} else if (ram2e_detect(0xFD)) { // MachXO2
type = 0xFD;
} else { type = 0; }
}
} else { type = 0; }
if (type == 0) {
#ifndef SKIP_RAM2E_DETECT