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: modem_ref_helper DebouncedInterrupt
Diff: main.cpp
- Revision:
- 33:9cd782e2b423
- Parent:
- 32:e3ee65b5b835
diff -r e3ee65b5b835 -r 9cd782e2b423 main.cpp
--- a/main.cpp Tue Aug 20 13:51:30 2019 +0000
+++ b/main.cpp Wed Oct 23 14:44:56 2019 +0000
@@ -133,7 +133,7 @@
"------------- D7A WM Updater ------------\r\n"
"-----------------------------------------\r\n");
- PRINT("SystemCoreClock is %d Hz\r\n", SystemCoreClock);
+ //PRINT("SystemCoreClock is %d Hz\r\n", SystemCoreClock);
#ifdef DEBUG_BUTTON
DebouncedInterrupt user_interrupt(DEBUG_BUTTON);
@@ -222,7 +222,11 @@
}
else
{
- PRINT("\r\nYour modem is up to date! (v%d.%d.%d)\r\n",
+ PRINT("\r\n"
+ "-----------------------------------------\r\n"
+ "Your modem is up to date! (v%d.%d.%d)\r\n"
+ "-----------------------------------------\r\n"
+ "\r\n",
rev.fw_version.major, rev.fw_version.minor, rev.fw_version.patch);
}