usb: Fix compile error with debug enabled
... usb_device.c:265:27: error: expected ')' before 'chunk' SYS_LOG_DBG(chunk > 0 ? "?" : ""); ^ ... Change-Id: I7d9f583c8591c7f86389c26338d70422e422fe4b Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
953165cda1
commit
4ea0ab9ac0
1 changed files with 0 additions and 1 deletions
|
@ -262,7 +262,6 @@ static void usb_handle_control_transfer(uint8_t ep,
|
|||
SYS_LOG_DBG("Read DATA Packet failed\n");
|
||||
usb_dc_ep_set_stall(USB_CONTROL_IN_EP0);
|
||||
}
|
||||
SYS_LOG_DBG(chunk > 0 ? "?" : "");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue