STMicroelectronics / STM32CubeF2

STM32Cube MCU Full Package for the STM32F2 series - (HAL + LL Drivers, CMSIS Core, CMSIS Device, MW libraries plus a set of Projects running on all boards provided by ST (Nucleo, Evaluation and Discovery Kits))
Other
43 stars 25 forks source link

Misplaced ) brace in defines #1

Closed salkinium closed 5 years ago

salkinium commented 5 years ago

Describe the set-up

Describe the bug

The SYSCFG_EXTICR1_EXTI* defines sometimes contain a trailing ).

#define SYSCFG_EXTICR3_EXTI9_PF         0x00000050)                            /*!<PF[9] pin */

How To Reproduce Try to use SYSCFG_EXTICR3_EXTI9_PF without causing a syntax error.

Additional context

These are a lot of mistakes, so see the full patch.

CCASTM commented 5 years ago

Hello Salkinium, Thank you for your finding, we have missed this syntax errors. The correction is obvious, you can update on your side We will provide the updated code in our next publication @KORKAD Regards Christophe

CCASTM commented 5 years ago

ST Internal Reference: 67748

CCASTM commented 5 years ago

adding Ali in the thread @ALABSTM

ALABSTM commented 5 years ago

Hi Salkinium,

Thank you once more for your contribution. Actually we already identified this issue and corrected it. It will be available in our next release, i.e. v1.8.0.

With regards