Skip to content

Commit a3c3e8a

Browse files
authored
fix trailing whitespace
1 parent 0c58cc4 commit a3c3e8a

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/common-hal/pulseio

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/pulseio/PulseIn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void common_hal_pulseio_pulsein_construct(pulseio_pulsein_obj_t* self,
109109

110110
// exec a set pindirs to 0 for input
111111
pio_sm_exec(state_machine.pio,state_machine.state_machine,0xe080);
112-
//exec the appropriate wait for pin
112+
//exec the appropriate wait for pin
113113
if (self->idle_state == true ) {
114114
pio_sm_exec(self->state_machine.pio,self->state_machine.state_machine,0x2020);
115115
} else {

0 commit comments

Comments
 (0)