summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorMengsk <[email protected]>2020-06-16 14:13:30 +0200
committerMengsk <[email protected]>2020-06-17 10:08:33 +0200
commit57b553e023ccac4c623bd7f57a7370fb43411ec1 (patch)
treef1aaa316a03c38ae5e59b69f6272494b529a3a54 /src/portable
parent8a67f81397245f6f54045e82273847ac5f48c1a7 (diff)
Fix IAR warnings.
Pa039 : use of address of unaligned structure member. Pe188: enumerated type mixed with another type.
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c1
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);