Fork to see if I can get working

Dependencies:   BufferedSerial OneWire WinbondSPIFlash libxDot-dev-mbed5-deprecated

Fork of xDotBridge_update_test20180823 by Matt Briggs

Revision:
23:4ed894108882
Parent:
22:9453658b8d4b
Child:
24:fdf87e4b72e5
--- a/xDotBridge/config.h	Fri Dec 30 11:46:31 2016 -0700
+++ b/xDotBridge/config.h	Fri Dec 30 19:10:41 2016 +0000
@@ -2,7 +2,7 @@
 #define __CONFIG_H__
 
 // These define which wireless bridge you are generating code for
-#define BRIDGE_TX
+#define BRIDGE_TX 1
 //#define BRIDGE_RX
 
 // Make eclipse happy by adding in macros which are typically added at compile time
@@ -11,5 +11,7 @@
 // Note these seem to need to be added to eclipse indexer to make everyone happy
 #define DEVICE_SERIAL 1
 #define DEVICE_I2C 1
+#endif
+
 
 #endif