Really brief delay for CFFA.

This commit is contained in:
Will Scullin 2020-01-12 13:06:40 -08:00
parent 91d1d753ad
commit ddcabc5683
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B

View File

@ -143,8 +143,8 @@ export default function CFFA() {
rom[SETTINGS.Max32MBPartitionsDev0] = 0x1;
rom[SETTINGS.Max32MBPartitionsDev1] = 0x0;
rom[SETTINGS.BootTimeDelayTenths] = 0x14; // 2 seconds
rom[SETTINGS.CheckDeviceTenths] = 0x14; // 2 seconds
rom[SETTINGS.BootTimeDelayTenths] = 0x5; // 0.5 seconds
rom[SETTINGS.CheckDeviceTenths] = 0x5; // 0.5 seconds
}
// Verbose debug method