Skip to content
Snippets Groups Projects
Commit 5d30cc29 authored by swym's avatar swym
Browse files

fix(usb): unused variable with LOG_DEBUG disabled

parent fa0c047f
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment