clean

Dependencies:   GroveGPS libmDot-mbed5 ISL29011

Revision:
34:f6486829a451
Parent:
33:15ea8f985c54
Child:
35:cb358e793d1a
--- a/examples/example_config.h	Wed Apr 24 12:50:08 2019 +0000
+++ b/examples/example_config.h	Thu May 02 09:29:05 2019 -0500
@@ -7,10 +7,11 @@
 #define PEER_TO_PEER_EXAMPLE     4  // see peer_to_peer_example.cpp
 #define CLASS_C_EXAMPLE          5  // see class_c_example.cpp
 #define CLASS_B_EXAMPLE          6  // see class_b_example.cpp
+#define FOTA_EXAMPLE             7  // see fota_example.cpp
 
 // the active example is the one that will be compiled
 #if !defined(ACTIVE_EXAMPLE)
-#define ACTIVE_EXAMPLE  OTA_EXAMPLE
+#define ACTIVE_EXAMPLE  FOTA_EXAMPLE
 #endif
 
 // the active channel plan is the one that will be compiled