Skip to content

Commit d75b190

Browse files
committed
Update wizchip_pio_spi.c
1 parent 9e978a8 commit d75b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/common-hal/wiznet/wizchip_pio_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static void wiznet_pio_spi_gpio_setup(wiznet_pio_spi_state_t *state) {
124124
gpio_init(state->spi_config->irq_pin);
125125
gpio_set_dir(state->spi_config->irq_pin, GPIO_IN);
126126
gpio_set_pulls(state->spi_config->irq_pin, false, false);
127-
#endif
127+
#endif
128128

129129
}
130130

0 commit comments

Comments
 (0)