commit | deef96d70cc688c7b347c6d8ef86e59fc782df34 | [log] [tgz] |
---|---|---|
author | Ryan McClelland <ryanmcclelland@fb.com> | Sat Sep 18 17:11:19 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Mon Sep 20 19:47:57 2021 -0400 |
tree | b6a266225d03dfc260518722d57d23e75b9c34b7 | |
parent | c1e81855bc8ad2a9078906b5f7ba808f388842ab [diff] |
lib: timeutil: fix implicit conversions from float to double C implicit promotion rules will want to make floats into doubles very easily. Zephyr build will generate warnings when this flag, `-Wdouble-promotion`, is enabled with GCC Signed-off-by: Ryan McClelland <ryanmcclelland@fb.com>