diff options
| author | Reinhard Panhuber <[email protected]> | 2020-06-20 10:51:21 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2020-06-20 10:51:21 +0200 |
| commit | ada82b840f642681f8012cb2a46aa7577393dd30 (patch) | |
| tree | f1aaa316a03c38ae5e59b69f6272494b529a3a54 /src/portable | |
| parent | d9496256cf5979f4bf2a6eb915e098861a459394 (diff) | |
Get update from tinyusb.
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c index c5666421b..b539f4795 100644 --- a/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c +++ b/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c @@ -698,7 +698,6 @@ bool dcd_edpt_open (uint8_t rhport, tusb_desc_endpoint_t const * p_endpoint_desc default: TU_ASSERT(false); - return false; } pcd_set_eptype(USB, epnum, wType); |
