Skip to content

Commit

Permalink
main.cpp: added default value for user_flash in struct arguments args
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Dec 15, 2024
1 parent a06bae1 commit 318ebca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 318ebca

Please sign in to comment.