Hello,
after updating to MCU Config Tools v 13.1 & SDK 2.13.0 for the RT1172, I noticed that our PWM wasn't working.
Inspection shows that a `pwmchannelenable` field has been added to the `_pwm_signal_param` struct, and the SDK function `PWM_SetupPwm` no longer enables the PWM unconditionally.
How do I enable the `pwmchannelenable` field using MCU Config Tools?
Or how can I get MCU Config Tools to add a call to the new `PWM_OutputEnable` function when it initializes the PWM peripheral?
It (`pwmchannelenable`) seems to always be `false` for me in the generated code.
Thanks,
Matt