Skip to content

Commit 58065b1

Browse files
committed
Change value from float to double
1 parent 41660e0 commit 58065b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/property/Property.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class CborMapData {
113113
MapEntry<String> attribute_name;
114114
MapEntry<int> attribute_identifier;
115115
MapEntry<int> property_identifier;
116-
MapEntry<float> val;
116+
MapEntry<double> val;
117117
MapEntry<String> str_val;
118118
MapEntry<bool> bool_val;
119119
MapEntry<double> time;

0 commit comments

Comments
 (0)