Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ti-connected-launchpad
lm4tools_public
Commits
a8149db2
Commit
a8149db2
authored
Oct 30, 2012
by
Fabio Utzig
Browse files
Fix verification cmdline option
parent
6b658153
Changes
1
Show whitespace changes
Inline
Side-by-side
lm4flash/lm4flash.c
View file @
a8149db2
...
...
@@ -680,7 +680,6 @@ int main(int argc, char *argv[])
{
const
char
*
serial
=
NULL
;
const
char
*
rom_name
=
NULL
;
int
do_verify
=
0
;
int
opt
;
while
((
opt
=
getopt
(
argc
,
argv
,
"vs:"
))
!=
-
1
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment