STM32G4 HRTIM deadtime prescaler defines swapped
Hi everybody,
i just noticed a bug in the HRTIM HAL library for the STM32G4 controller. The defines for the HRTIM deadtime prescaler in stm32g4xx_hal_hrtim.h are swapped between MUL and DIV.
For example: MUL8 should be 110 binary but it is 000. DIV8 should be 000 but it is 110.
Is there any way to transmit this officially to STM?
