|
1 | | -From 6d24d07674b242544e2f24a26dd9785efb178650 Mon Sep 17 00:00:00 2001 |
| 1 | +From cf9d51a1f1763f3452c8ce2312b79357ac9766fc Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Frederic Pillon < [email protected]> |
3 | 3 | Date: Tue, 23 Sep 2025 14:48:50 +0200 |
4 | 4 | Subject: [PATCH 1/1] fix(wl3): HAL and LL warnings |
|
7 | 7 | --- |
8 | 8 | .../Inc/stm32wl3x_ll_dma.h | 104 ++++++++++++++++++ |
9 | 9 | .../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(-) |
12 | 11 |
|
13 | 12 | diff --git a/system/Drivers/STM32WL3x_HAL_Driver/Inc/stm32wl3x_ll_dma.h b/system/Drivers/STM32WL3x_HAL_Driver/Inc/stm32wl3x_ll_dma.h |
14 | 13 | index b94790b32..e49d7c53f 100644 |
@@ -859,19 +858,6 @@ index 9cd95caf3..d1b9f3dd0 100644 |
859 | 858 | uint32_t index; |
860 | 859 |
|
861 | 860 | /* 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 |
875 | 861 | -- |
876 | 862 | 2.34.1 |
877 | 863 |
|
0 commit comments