main.cpp: added default value for user_flash in struct arguments args

This commit is contained in:
Gwenhael Goavec-Merou 2024-12-15 16:45:39 +01:00
parent a06bae1f5e
commit 318ebcab22
1 changed files with 2 additions and 1 deletions

View File

@ -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 {