diff options
| author | Ha Thach <[email protected]> | 2020-06-17 17:24:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-17 17:24:40 +0700 |
| commit | 2b27eed01aa25d12c7e78414875d83e9c2604830 (patch) | |
| tree | f1aaa316a03c38ae5e59b69f6272494b529a3a54 /src/portable | |
| parent | 8a67f81397245f6f54045e82273847ac5f48c1a7 (diff) | |
| parent | 57b553e023ccac4c623bd7f57a7370fb43411ec1 (diff) | |
Merge pull request #431 from HiFiPhile/unaligned
Fix IAR compiler warnings.
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); |
