summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-03-12 11:21:32 -0400
committerLucian Copeland <hierophect@gmail.com>2020-03-12 11:21:32 -0400
commitead32ea6e63eac21285bc59fc51973a5f1d4a351 (patch)
tree8618fd1f07859a246342f9f74d38909673a9a916
parent2a082baa63ea401fea40c3d643efb9c037c208c3 (diff)
Comment change for CI
-rw-r--r--ports/stm32f4/common-hal/pulseio/PulseIn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/stm32f4/common-hal/pulseio/PulseIn.c b/ports/stm32f4/common-hal/pulseio/PulseIn.c
index d361a1e9a..cf484daf9 100644
--- a/ports/stm32f4/common-hal/pulseio/PulseIn.c
+++ b/ports/stm32f4/common-hal/pulseio/PulseIn.c
@@ -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);