Tobi's ubw test branch

Dependencies:   mavlink_bridge mbed

Fork of AIT_UWB_Range by Benjamin Hepp

Revision:
54:a59803fcce58
Parent:
52:94688f414dcd
diff -r 79a72d752ec4 -r a59803fcce58 InterruptMultiplexer.h
--- a/InterruptMultiplexer.h	Mon Jan 04 12:45:37 2016 +0000
+++ b/InterruptMultiplexer.h	Mon Jan 04 16:02:47 2016 +0000
@@ -4,9 +4,9 @@
 #include <vector>
 #include <utility>
 
-const PinName INTERRUPT_STATUS_PIN = NC;
+class InterruptMultiplexer {
+    const PinName INTERRUPT_STATUS_PIN = NC;
 
-class InterruptMultiplexer {
 public:
 
     InterruptMultiplexer(PinName irq_pin, PinName status_pin = D2)