cc3000_ntp_demo_F446RE

Dependencies:   NTPClient2 NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed

Fork of cc3000_ntp_demo by Martin Kojtal

Revision:
6:4cc48f349aed
Parent:
5:6d9d149b01cd
Child:
8:6870e6801838
--- 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;