Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed EthernetInterface mbed-rtos
Fork of FOTA_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); }