mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 10:39:51 +02:00
SPIInterface -> FlashInterface
This commit is contained in:
+1
-1
@@ -792,7 +792,7 @@ int spi_comm(struct arguments args, const cable_t &cable,
|
||||
spi->gpio_clear(board->reset_pin, true);
|
||||
}
|
||||
|
||||
SPIFlash flash((SPIInterface *)spi, args.unprotect_flash, args.verbose);
|
||||
SPIFlash flash((FlashInterface *)spi, args.unprotect_flash, args.verbose);
|
||||
flash.display_status_reg();
|
||||
|
||||
if (args.prg_type != Device::RD_FLASH &&
|
||||
|
||||
Reference in New Issue
Block a user