mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Revision:
5:2b74510900da
Parent:
0:099f76422485
Child:
11:e1bee9a77652
--- a/FloatValue.h	Wed Jul 09 15:37:19 2014 +0200
+++ b/FloatValue.h	Thu Jul 10 16:20:31 2014 +0200
@@ -57,7 +57,7 @@
      * @param digits precision in number of digits
      * @param zflag whether to write a zero before the floating point
      */
-    FloatValue(double, uint8_t=SMARTREST_FLOATVALUE_DETECTPREC, bool=true);
+    FloatValue(double, uint8_t = SMARTREST_FLOATVALUE_DETECTPREC, bool = true);
 
     uint8_t valueType() const;
     long integerValue() const;