ntp demo for cc3000

Dependencies:   NVIC_set_all_priorities NTPClient cc3000_hostdriver_mbedsocket mbed

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