We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 166a98f + 55ecc64 commit bb12d36Copy full SHA for bb12d36
ports/silabs/common-hal/pwmio/PWMOut.c
@@ -46,6 +46,8 @@ void pwmout_reset(void) {
46
mcu_tim_pin_obj_t *l_tim = &mcu_tim_list[tim_index];
47
if (l_tim->pin != NULL) {
48
sl_pwm_deinit(&pwm_handle[tim_index]);
49
+ common_hal_reset_pin(l_tim->pin);
50
+ l_tim->pin = NULL;
51
}
52
53
0 commit comments