ST / HiBrightLED

Dependents:   DISCO-F334C8_HiBrightLED_demo

Revision:
1:eb29c4c2a341
Parent:
0:c95c484b95a9
--- a/HiBrightLED.h	Wed Jun 17 06:30:59 2015 +0000
+++ b/HiBrightLED.h	Thu Jun 08 14:26:33 2017 +0000
@@ -53,7 +53,6 @@
       */
     float read();
 
-#ifdef MBED_OPERATORS
     /** A operator shorthand for write()
      */
     HiBrightLED& operator= (float value) {
@@ -66,7 +65,6 @@
     operator float() {
         return read();
     }
-#endif
     
 private: