get sram restore working and make the switch to quickdev loader more

mature
This commit is contained in:
David Voswinkel
2009-08-08 16:04:45 +02:00
parent df167b285e
commit dbff180a91
4 changed files with 24 additions and 24 deletions

View File

@@ -124,7 +124,7 @@ inline void sram_bulk_addr_save()
inline void sram_bulk_addr_restore()
{
sram_bulk_read_start(addr_stash);
sreg_set(addr_stash);
}