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: NVIC_set_all_priorities NTPClient cc3000_hostdriver_mbedsocket mbed
Revision 6:4cc48f349aed, committed 2013-11-06
- Comitter:
- Kojto
- Date:
- Wed Nov 06 20:52:00 2013 +0000
- Parent:
- 5:6d9d149b01cd
- Child:
- 7:1c08892623a2
- Commit message:
- - update NVIC set all priorities
Changed in this revision
| NVIC_set_all_priorities.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/NVIC_set_all_priorities.lib Wed Nov 06 20:46:24 2013 +0000 +++ b/NVIC_set_all_priorities.lib Wed Nov 06 20:52:00 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/frankvnk/code/NVIC_set_all_priorities/#676bbfffe9f6 +http://mbed.org/users/frankvnk/code/NVIC_set_all_priorities/#01504ecd2025
--- a/main.cpp Wed Nov 06 20:46:24 2013 +0000
+++ b/main.cpp Wed Nov 06 20:52:00 2013 +0000
@@ -49,7 +49,6 @@
printf("Failed to connect. Please verify connection details and try again. \r\n");
} else {
printf("IP address: %s \r\n",wifi.getIPAddress());
- printf("\r\ncc3000 connected to the Internet. Demo completed. \r\n");
}
NTPClient ntp;