diff options
| author | Lucian Copeland <hierophect@gmail.com> | 2020-03-12 11:21:32 -0400 |
|---|---|---|
| committer | Lucian Copeland <hierophect@gmail.com> | 2020-03-12 11:21:32 -0400 |
| commit | ead32ea6e63eac21285bc59fc51973a5f1d4a351 (patch) | |
| tree | 8618fd1f07859a246342f9f74d38909673a9a916 | |
| parent | 2a082baa63ea401fea40c3d643efb9c037c208c3 (diff) | |
Comment change for CI
| -rw-r--r-- | ports/stm32f4/common-hal/pulseio/PulseIn.c | 1 |
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); |
