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.
1 parent 2a082ba commit ead32eaCopy full SHA for ead32ea
ports/stm32f4/common-hal/pulseio/PulseIn.c
@@ -149,6 +149,7 @@ void common_hal_pulseio_pulsein_deinit(pulseio_pulsein_obj_t* self) {
149
if (common_hal_pulseio_pulsein_deinited(self)) {
150
return;
151
}
152
+ //Remove pulsein slot from shared array
153
HAL_NVIC_DisableIRQ(self->irq);
154
_objs[self->pin->number] = NULL;
155
reset_pin_number(self->pin->port, self->pin->number);
0 commit comments