Project

General

Profile

« Previous | Next » 

Revision 1507

Added by markw 2 days ago

Wait after update/verify

View differences:

pokeycfg.c
bgcolor(0x00);
bordercolor(0x00);
cprintf("\r\nFlashing finished\r\n");
cprintf("Press key to continue\r\n");
while(!kbhit());
//writeFlashContentsToFile();
}
......
bgcolor(0x00);
bordercolor(0x00);
cprintf("\r\nVerify passed\r\n");
cprintf("Press key to continue\r\n");
while(!kbhit());
//writeFlashContentsToFile();
}

Also available in: Unified diff