mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
main.cpp: added default value for user_flash in struct arguments args
This commit is contained in:
+2
-1
@@ -130,7 +130,8 @@ int main(int argc, char **argv)
|
||||
/* xvc server */
|
||||
false, 3721, "-",
|
||||
"", false, {}, // mcufw conmcu, user_misc_dev_list
|
||||
false, false, "" // read_dna, read_xadc, read_register
|
||||
false, false, "", // read_dna, read_xadc, read_register
|
||||
"" // user_flash
|
||||
};
|
||||
/* parse arguments */
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user