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 8742d9f commit f54a97cCopy full SHA for f54a97c
drivers/fpga/fpga_ice40.c
@@ -519,7 +519,7 @@ static int fpga_ice40_init(const struct device *dev)
519
return ret;
520
}
521
522
- ret = gpio_pin_configure_dt(&config->cdone, 0);
+ ret = gpio_pin_configure_dt(&config->cdone, GPIO_INPUT);
523
if (ret < 0) {
524
LOG_ERR("Failed to initialize CDONE: %d", ret);
525
0 commit comments