.
Dependencies: mbed EthernetInterface mbed-rtos
Fork of Bootloader_K64F by
Diff: main.cpp
- Revision:
- 8:00cefe0d59ed
- Parent:
- 7:4ab0430d06e3
- Child:
- 9:56ed3a56ecc3
--- a/main.cpp Sat Apr 23 15:10:04 2016 +0000 +++ b/main.cpp Sat Apr 23 18:24:07 2016 +0000 @@ -3,9 +3,12 @@ int main() { - printf("\r\nThis is a test!\r\n"); - - wait(2); + + printf("\r\nTestrun!\r\n"); + printf("Press any key to continue\r\n"); + getchar(); + printf("Starting bootloader\r\n"); + wait(1); write_flash(); while(1); }