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

Typo in comments in LL TIM_InputCapture example #16

Closed tim-nordell-nimbelink closed 3 years ago

tim-nordell-nimbelink commented 4 years ago

Line 145 should read "Enable input channel 1" I believe.

https://github.com/STMicroelectronics/STM32CubeWB/blob/e3d0473c1588f1379ff0e4d7d1c78d081c352518/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/TIM/TIM_InputCapture_Init/Src/main.c#L142-L146

ASELSTM commented 4 years ago

Hi @tim-nordell-nimbelink,

Indeed, there's a typo in the comment, it should be updated as you have mentioned

- /* Enable output channel 1 */ 
+ /* Enable input channel 1 */ 

A fix will be implemented and made available in future release. Thank you once again for your contribution.

With regards,

ASELSTM commented 4 years ago

ST Internal Reference: 94247

ASELSTM commented 3 years ago

Hi @tim-nordell-nimbelink ,

I hope you are fine. The issue you reported has been fixed in the frame of version v1.11.0 of the STM32CubeWB published recently on GitHub.

Thank you again for having reported.

With regards