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>
This commit is contained in:
parent
bfcd887903
commit
52da66ab00
2
west.yml
2
west.yml
|
@ -271,7 +271,7 @@ manifest:
|
|||
- fs
|
||||
revision: 408c16a909dd6cf128874a76f21c793798c9e423
|
||||
- name: loramac-node
|
||||
revision: 842413c5fb98707eb5f26e619e8e792453877897
|
||||
revision: 1bf2120cffcedae174ae35d695a28a46caefcb23
|
||||
path: modules/lib/loramac-node
|
||||
- name: lvgl
|
||||
revision: 2b76c641749725ac90c6ac7959ca7718804cf356
|
||||
|
|
Loading…
Reference in a new issue