Skip to content

Commit 52da66a

Browse files
martinjaegercarlescufi
authored andcommitted
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]>
1 parent bfcd887 commit 52da66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ manifest:
271271
- fs
272272
revision: 408c16a909dd6cf128874a76f21c793798c9e423
273273
- name: loramac-node
274-
revision: 842413c5fb98707eb5f26e619e8e792453877897
274+
revision: 1bf2120cffcedae174ae35d695a28a46caefcb23
275275
path: modules/lib/loramac-node
276276
- name: lvgl
277277
revision: 2b76c641749725ac90c6ac7959ca7718804cf356

0 commit comments

Comments
 (0)