Comment change for CI
This commit is contained in:
parent
2a082baa63
commit
ead32ea6e6
@ -149,6 +149,7 @@ void common_hal_pulseio_pulsein_deinit(pulseio_pulsein_obj_t* self) {
|
|||||||
if (common_hal_pulseio_pulsein_deinited(self)) {
|
if (common_hal_pulseio_pulsein_deinited(self)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
//Remove pulsein slot from shared array
|
||||||
HAL_NVIC_DisableIRQ(self->irq);
|
HAL_NVIC_DisableIRQ(self->irq);
|
||||||
_objs[self->pin->number] = NULL;
|
_objs[self->pin->number] = NULL;
|
||||||
reset_pin_number(self->pin->port, self->pin->number);
|
reset_pin_number(self->pin->port, self->pin->number);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user