cc3000_ntp_demo_F446RE

Dependencies:   NTPClient2 NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed

Fork of cc3000_ntp_demo by Martin Kojtal

Files at this revision

API Documentation at this revision

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;