You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
west.yml: update loramac-node to fix double promotion warning
Fixes implicit double promotion in RegionCommon.c.
The calculation is done with float variables. However, the floor
function is meant for double variables. floorf should be used instead.
The implicit double promotion leads to a warning/error if compiled with
LLVM in CI.
Signed-off-by: Martin Jäger <[email protected]>
0 commit comments