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 6013cde + fa514e2 commit 037bfb3Copy full SHA for 037bfb3
ports/mimxrt10xx/common-hal/microcontroller/Pin.c
@@ -71,7 +71,6 @@ MP_WEAK bool mimxrt10xx_board_reset_pin_number(const mcu_pin_obj_t *pin) {
71
// Since i.MX pins need extra register and reset information to reset properly,
72
// resetting pins by number alone has been removed.
73
void common_hal_reset_pin(const mcu_pin_obj_t *pin) {
74
- return;
75
if (pin == NULL) {
76
return;
77
}
0 commit comments