We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e978a8 commit d75b190Copy full SHA for d75b190
ports/raspberrypi/common-hal/wiznet/wizchip_pio_spi.c
@@ -124,7 +124,7 @@ static void wiznet_pio_spi_gpio_setup(wiznet_pio_spi_state_t *state) {
124
gpio_init(state->spi_config->irq_pin);
125
gpio_set_dir(state->spi_config->irq_pin, GPIO_IN);
126
gpio_set_pulls(state->spi_config->irq_pin, false, false);
127
-#endif
+ #endif
128
129
}
130
0 commit comments