mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-07 05:54:11 +08:00
rp2040: fix debug compilation error
This commit is contained in:
parent
e9c22e4a5c
commit
3973ec4b5e
@ -294,7 +294,6 @@ static void _hw_endpoint_init(struct hw_endpoint *ep, uint8_t dev_addr, uint8_t
|
|||||||
uint8_t const num = tu_edpt_number(ep_addr);
|
uint8_t const num = tu_edpt_number(ep_addr);
|
||||||
tusb_dir_t const dir = tu_edpt_dir(ep_addr);
|
tusb_dir_t const dir = tu_edpt_dir(ep_addr);
|
||||||
|
|
||||||
bool in = ep_addr & TUSB_DIR_IN_MASK;
|
|
||||||
ep->ep_addr = ep_addr;
|
ep->ep_addr = ep_addr;
|
||||||
ep->dev_addr = dev_addr;
|
ep->dev_addr = dev_addr;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user