mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 18:26:14 +02:00
ftdispi: start to use spi_pins_conf
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ int main(int argc, char **argv)
|
||||
RawParser *bit = NULL;
|
||||
|
||||
try {
|
||||
spi = new FtdiSpi(cable.config, args.freq, args.verbose);
|
||||
spi = new FtdiSpi(cable.config, {}, args.freq, args.verbose);
|
||||
} catch (std::exception &e) {
|
||||
printError("Error: Failed to claim cable");
|
||||
return EXIT_FAILURE;
|
||||
|
||||
Reference in New Issue
Block a user