STMicroelectronics / STM32CubeWB

Full Firmware Package for the STM32WB series: HAL+LL drivers, CMSIS, BSP, MW, plus a set of Projects (examples and demos) running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits).
https://www.st.com/en/embedded-software/stm32cubewb.html
Other
229 stars 139 forks source link

Fix unused variable warnings #50

Closed juliengros closed 2 years ago

juliengros commented 2 years ago

Signed-off-by: Julien Gros gros.julien@gmail.com This fixes the following issue: https://github.com/STMicroelectronics/STM32CubeWB/issues/48

RKOUSTM commented 2 years ago

Hi @juliengros,

First, allow me to thank you for your contribution.

In order to address the described issue in the #48, could you please update this pull-request by keeping only the fix in the stm32wbxx_hal_exti.c file and open another issue for the proposed update in the stm32wbxx_ll_utils.c file?

Thank you again for your contribution and we do apologize for the somewhat delayed reply. Take care and stay safe.

With regards,

RKOUSTM commented 2 years ago

ST Internal Reference: 119231

ASELSTM commented 2 years ago

Hi @juliengros,

Thank you for your contribution. This issue has been fixed in the frame of version v1.14.0 of the STM32CubeWB. Please allow me then to close this thread.

Thank you again for your contribution.

With regards,

juliengros commented 2 years ago

Thank you !