football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
95:3cc3ae2e5e7f
Parent:
94:831a7fc2d69a
--- a/configs.h	Thu Jun 16 03:55:32 2016 +0000
+++ b/configs.h	Thu Jun 16 05:06:24 2016 +0000
@@ -70,18 +70,23 @@
 #define NO_DISP     // NORDIC --> no display (use Serial)
 #endif
 
+#ifdef NUCLEO
+#undef NUCLEO     // NORDIC --> not NUCLEO
+#endif
+
+
 #define PRESSED 1
 #define RELEASED 0
 
-#else // NORDIC
+#else // not NORDIC
+
+#ifdef BLE_ENABLE 
+#undef BLE_ENABLE   // not NORDIC -> no BLE
+#endif
 
 #define PRESSED 0
 #define RELEASED 1
 
-#ifdef BLE_ENABLE 
-#undef BLE_ENABLE
-#endif
-
 #endif // NORDIC
 
 #ifdef ENABLE_SOUND