1- From 6d24d07674b242544e2f24a26dd9785efb178650 Mon Sep 17 00:00:00 2001
1+ From cf9d51a1f1763f3452c8ce2312b79357ac9766fc Mon Sep 17 00:00:00 2001
22From: Frederic Pillon <frederic.pillon@st.com>
33Date: Tue, 23 Sep 2025 14:48:50 +0200
44Subject: [PATCH 1/1] fix(wl3): HAL and LL warnings
@@ -7,8 +7,7 @@ Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
77---
88 .../Inc/stm32wl3x_ll_dma.h | 104 ++++++++++++++++++
99 .../Src/stm32wl3x_hal_flash_ex.c | 2 +-
10- .../Src/stm32wl3x_ll_adc.c | 2 +-
11- 3 files changed, 106 insertions(+), 2 deletions(-)
10+ 2 files changed, 105 insertions(+), 1 deletion(-)
1211
1312diff --git a/system/Drivers/STM32WL3x_HAL_Driver/Inc/stm32wl3x_ll_dma.h b/system/Drivers/STM32WL3x_HAL_Driver/Inc/stm32wl3x_ll_dma.h
1413index b94790b32..e49d7c53f 100644
@@ -859,19 +858,6 @@ index 9cd95caf3..d1b9f3dd0 100644
859858 uint32_t index;
860859
861860 /* Check the parameters */
862- diff --git a/system/Drivers/STM32WL3x_HAL_Driver/Src/stm32wl3x_ll_adc.c b/system/Drivers/STM32WL3x_HAL_Driver/Src/stm32wl3x_ll_adc.c
863- index 5455a5343..4a88375ed 100644
864- --- a/system/Drivers/STM32WL3x_HAL_Driver/Src/stm32wl3x_ll_adc.c
865- +++ b/system/Drivers/STM32WL3x_HAL_Driver/Src/stm32wl3x_ll_adc.c
866- @@ -24,7 +24,7 @@
867- #ifdef USE_FULL_ASSERT
868- #include "stm32_assert.h"
869- #else
870- - #define assert_param(expr) ((void)0UL)
871- + #define assert_param(expr) ((void)0U)
872- #endif /* USE_FULL_ASSERT */
873-
874- /** @addtogroup STM32WL3x_LL_Driver
875861- -
8768622.34.1
877863
0 commit comments