Skip to content

Commit 318ebca

Browse files
committed
main.cpp: added default value for user_flash in struct arguments args
1 parent a06bae1 commit 318ebca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ int main(int argc, char **argv)
130130
/* xvc server */
131131
false, 3721, "-",
132132
"", false, {}, // mcufw conmcu, user_misc_dev_list
133-
false, false, "" // read_dna, read_xadc, read_register
133+
false, false, "", // read_dna, read_xadc, read_register
134+
"" // user_flash
134135
};
135136
/* parse arguments */
136137
try {

0 commit comments

Comments
 (0)