diff options
| author | hathach <[email protected]> | 2022-03-12 14:26:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-12 14:26:48 +0700 |
| commit | ac4483a7c53cd35b61b59cf69168e31ceac977a1 (patch) | |
| tree | 37142665dc18ad2836b72f5f1f7f959542cc8616 /src | |
| parent | a5a565f7eb85c4d1ad43d74b1baf1f61dcf0a5b5 (diff) | |
misplace fallthrough
Diffstat (limited to 'src')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 6c38c525e..16366b33f 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -1090,8 +1090,8 @@ static bool process_enumeration(uint8_t dev_addr, tuh_control_xfer_t const * xfe TU_ASSERT( hub_port_reset(_dev0.hub_addr, _dev0.hub_port, process_enumeration, ENUM_HUB_GET_STATUS_2) ); break; } - __attribute__((fallthrough)); #endif + __attribute__((fallthrough)); case ENUM_SET_ADDR: enum_request_set_addr(); |
