Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fleur
firmware
Commits
5d30cc29
Commit
5d30cc29
authored
Aug 24, 2019
by
swym
Browse files
fix(usb): unused variable with LOG_DEBUG disabled
parent
fa0c047f
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/usb/epc_usb.c
View file @
5d30cc29
...
...
@@ -365,8 +365,7 @@ static void usb_app_wakeup(void)
static
void
cb_timerReset
(
TimerHandle_t
t
)
{
(
void
)
t
;
int
s
=
usb_get_status
();
LOG_DEBUG
(
"usb"
,
"cb_timerReset %08x"
,
s
);
LOG_DEBUG
(
"usb"
,
"cb_timerReset %08x"
,
usb_get_status
());
LOG_DEBUG
(
"usb"
,
"SYS_USBHS_Shutdown"
);
SYS_USBHS_Shutdown
();
...
...
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