summaryrefslogtreecommitdiff
path: root/src/portable/raspberrypi
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-06-03 01:02:54 +0700
committerGitHub <[email protected]>2021-06-03 01:02:54 +0700
commit8ea0dfba6813302d7d4c8f8274b5ef352cbdf8fc (patch)
treef2420d9e3913a16a2e49cd56db15b657e9c8ae37 /src/portable/raspberrypi
parentff1a1122edb9479f6e178512944dbb824d9e3d77 (diff)
parentfea5cbaf74a033d3f0c462b6bf2d334a67f6a732 (diff)
Merge pull request #865 from kilograham/pico-0.10.0
Pico 0.10.0
Diffstat (limited to 'src/portable/raspberrypi')
-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 864c6253e..3c62b5732 100644
--- a/src/portable/raspberrypi/rp2040/hcd_rp2040.c
+++ b/src/portable/raspberrypi/rp2040/hcd_rp2040.c
@@ -296,7 +296,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;