Skip to content
GitLab
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
e789ea8c
Commit
e789ea8c
authored
Oct 22, 2012
by
Rick Kimball
Committed by
Peter Stuge
Oct 23, 2012
Browse files
lmicdiusb: Add break; at the end of a default: case
parent
bf35d860
Changes
1
Hide whitespace changes
Inline
Side-by-side
lmicdiusb/gdb.c
View file @
e789ea8c
...
...
@@ -200,5 +200,6 @@ usb_callback(struct libusb_transfer *pTrans)
default:
TRACE
(
ALWAYS
,
"%s: status = 0x%08x
\n
"
,
__FUNCTION__
,
pTrans
->
status
);
break
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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