summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgraham sanderson <[email protected]>2021-04-08 12:15:15 -0500
committergraham sanderson <[email protected]>2021-05-30 08:16:15 -0500
commit3973ec4b5e457aecf742da47dac3c91d1a143865 (patch)
treecd8a28c78bc8b7bca8096abdb9fb646b2e2091aa /src
parente9c22e4a5c797e33c4ed5a735bf0d3d6e45b9a78 (diff)
rp2040: fix debug compilation error
Diffstat (limited to 'src')
-rw-r--r--src/portable/raspberrypi/rp2040/hcd_rp2040.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/raspberrypi/rp2040/hcd_rp2040.c b/src/portable/raspberrypi/rp2040/hcd_rp2040.c
index 5201d1d4c..48cf8b602 100644
--- a/src/portable/raspberrypi/rp2040/hcd_rp2040.c
+++ b/src/portable/raspberrypi/rp2040/hcd_rp2040.c
@@ -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);
tusb_dir_t const dir = tu_edpt_dir(ep_addr);
- bool in = ep_addr & TUSB_DIR_IN_MASK;
ep->ep_addr = ep_addr;
ep->dev_addr = dev_addr;