main.cpp: added default value for user_flash in struct arguments args
This commit is contained in:
parent
a06bae1f5e
commit
318ebcab22
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue