Skip to content

Commit dc52fe3

Browse files
authored
Update KeyMatrix.c: remove trailing spaces
1 parent 447cd1e commit dc52fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared-module/keypad/KeyMatrix.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ static void keymatrix_scan_now(void *self_in, mp_obj_t timestamp) {
134134
// to switch values. Just switching to an input with a (relatively weak) pullup/pulldown
135135
// causes a slight delay in the output changing, which can cause false readings.
136136
common_hal_digitalio_digitalinout_set_value(row_dio, self->columns_to_anodes);
137-
137+
138138
// Wait a moment to let the columns settle.
139139
mp_hal_delay_us(1);
140-
140+
141141
// Switch the row back to an input, pulled appropriately
142142
common_hal_digitalio_digitalinout_switch_to_input(
143143
row_dio, self->columns_to_anodes ? PULL_UP : PULL_DOWN);

0 commit comments

Comments
 (0)