commit | 52da66ab00c3095885c46769b4f847ae0f16cab5 | [log] [tgz] |
---|---|---|
author | Martin Jäger <martin@libre.solar> | Mon Feb 05 18:49:10 2024 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Fri Mar 01 17:35:04 2024 +0100 |
tree | 1f486fb27327a0a3ccc2fa7f6ae284e89643e216 | |
parent | bfcd887903ecc0e54d0f271a620128433a87f524 [diff] |
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 <martin@libre.solar>