cc3000_ntp_demo_F446RE

Dependencies:   NTPClient2 NVIC_set_all_priorities cc3000_hostdriver_mbedsocket mbed

Fork of cc3000_ntp_demo by Martin Kojtal

Revision:
8:6870e6801838
Parent:
5:6d9d149b01cd
--- a/main.h	Tue Jun 03 08:41:53 2014 +0000
+++ b/main.h	Sat Oct 17 23:12:10 2015 +0000
@@ -16,13 +16,6 @@
 #ifndef MAIN_H
 #define MAIN_H
 
-#define WIGO               1
-#define WIFI_DIPCORTEX     2
-#define MBED_BOARD_EXAMPLE 3
-#define UNDEFINED          4
-
-#define MY_BOARD WIGO
-
 void init();
 
 #endif