change reset delay

This commit is contained in:
optixx 2009-08-30 11:46:43 +02:00
parent f9e1a7a151
commit 9efca9e242

View File

@ -307,7 +307,7 @@ void boot_startup_rom()
snes_bus_active(); snes_bus_active();
info_P(PSTR("Activate SNES bus\n")); info_P(PSTR("Activate SNES bus\n"));
send_reset(); send_reset();
_delay_ms(100); _delay_ms(50);
} }
void banner(){ void banner(){