cc y / mbed

Fork of mbed by mbed official

Revision:
123:b0220dba8be7
Parent:
122:f9eeca106725
--- a/BusOut.h	Thu Jul 07 14:34:11 2016 +0100
+++ b/BusOut.h	Fri Aug 12 13:04:35 2016 +0200
@@ -17,6 +17,7 @@
 #define MBED_BUSOUT_H
 
 #include "DigitalOut.h"
+#include "PlatformMutex.h"
 
 namespace mbed {
 
@@ -69,7 +70,6 @@
         return _nc_mask;
     }
 
-#ifdef MBED_OPERATORS
     /** A shorthand for write()
      */
     BusOut& operator= (int v);
@@ -82,7 +82,6 @@
     /** A shorthand for read()
      */
     operator int();
-#endif
 
 protected:
     virtual void lock();