mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
Fixes for PVS errors
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ Altera::Altera(Jtag *jtag, const std::string &filename,
|
||||
printError("\tplease use rbf or svf file");
|
||||
printError("\tor use --write-flash with: ", false);
|
||||
printError("-b board_name or --fpga_part xxxx");
|
||||
std::runtime_error("Error: wrong file");
|
||||
throw std::runtime_error("Error: wrong file");
|
||||
} else {
|
||||
_mode = Device::SPI_MODE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user