IoT - Kubus / Mbed 2 deprecated Kubus

Dependencies:   mbed nRF24L01P

Revision:
10:869163c7929d
Parent:
8:1861d0eef60a
Child:
27:27cffdb2e9d3
--- a/common.h	Thu Jan 05 13:23:49 2017 +0100
+++ b/common.h	Thu Jan 05 13:56:25 2017 +0000
@@ -24,8 +24,8 @@
     SOUND = 4,
 };
 
-constexpr bool is_sensor_float(SENSOR_TYPE t) {
-    return t == SENSOR_TYPE::SOUND;
+inline bool is_sensor_float(SENSOR_TYPE t) {
+    return t == SOUND;
 }
 
 struct SensorDescription {