SparkFun cc3000 on Nucleo F401RE with rtos

Dependencies:   NVIC_set_all_priorities SDFileSystem cc3000_hostdriver_mbedsocket mbed-rtos mbed-src

Fork of CC3000Project by Vergil Cola

Revision:
8:71a0638eaa90
Parent:
5:042a68764bce
--- a/main.h	Thu Oct 16 13:06:28 2014 +0000
+++ b/main.h	Thu Oct 16 13:22:12 2014 +0000
@@ -19,9 +19,10 @@
 #define WIGO               1
 #define WIFI_DIPCORTEX     2
 #define MBED_BOARD_EXAMPLE 3
-#define UNDEFINED          4
+#define SPARK_FUN          4
+#define UNDEFINED          5
 
-#define MY_BOARD WIGO
+#define MY_BOARD SPARK_FUN
 
 void init();