summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/host/usbh.c2
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();