Comment change for CI

This commit is contained in:
Lucian Copeland 2020-03-12 11:21:32 -04:00
parent 2a082baa63
commit ead32ea6e6
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ void common_hal_pulseio_pulsein_deinit(pulseio_pulsein_obj_t* self) {
if (common_hal_pulseio_pulsein_deinited(self)) {
return;
}
//Remove pulsein slot from shared array
HAL_NVIC_DisableIRQ(self->irq);
_objs[self->pin->number] = NULL;
reset_pin_number(self->pin->port, self->pin->number);