diff options
| author | DavePutz <dwputz@gmail.com> | 2021-03-09 22:41:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-09 22:41:08 -0600 |
| commit | a3c3e8a0fa5e06910747f1a95a12b899562a618d (patch) | |
| tree | 8f96142f6bfa89a836b023f6934b2e5f90297d80 | |
| parent | 0c58cc47726bb8ca0b43af81263382a2a6fffef4 (diff) | |
fix trailing whitespace
| -rw-r--r-- | ports/raspberrypi/common-hal/pulseio/PulseIn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/common-hal/pulseio/PulseIn.c b/ports/raspberrypi/common-hal/pulseio/PulseIn.c index 0013aece4..8ddeab930 100644 --- a/ports/raspberrypi/common-hal/pulseio/PulseIn.c +++ b/ports/raspberrypi/common-hal/pulseio/PulseIn.c @@ -109,7 +109,7 @@ void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self, // exec a set pindirs to 0 for input pio_sm_exec(state_machine.pio,state_machine.state_machine,0xe080); - //exec the appropriate wait for pin + //exec the appropriate wait for pin if (self->idle_state == true ) { pio_sm_exec(self->state_machine.pio,self->state_machine.state_machine,0x2020); } else { |
