mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
misplace fallthrough
This commit is contained in:
parent
a5a565f7eb
commit
ac4483a7c5
@ -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) );
|
TU_ASSERT( hub_port_reset(_dev0.hub_addr, _dev0.hub_port, process_enumeration, ENUM_HUB_GET_STATUS_2) );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
__attribute__((fallthrough));
|
|
||||||
#endif
|
#endif
|
||||||
|
__attribute__((fallthrough));
|
||||||
|
|
||||||
case ENUM_SET_ADDR:
|
case ENUM_SET_ADDR:
|
||||||
enum_request_set_addr();
|
enum_request_set_addr();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user