Skip to content
Commit 52da66ab authored by Martin Jäger's avatar Martin Jäger Committed by Carles Cufí
Browse files

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: default avatarMartin Jäger <martin@libre.solar>
parent bfcd8879
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment