usbh_hubbed: cleaning newlines after break; in switch
Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
parent
99f24e9389
commit
0c04dcd6ef
1 changed files with 2 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ static void device_enumerate(usbh_device_t *dev, usbh_packet_callback_data_t cb_
|
|||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case 2:
|
||||
switch (cb_data.status) {
|
||||
case USBH_PACKET_CALLBACK_STATUS_OK:
|
||||
|
|
@ -405,6 +406,7 @@ static void device_enumerate(usbh_device_t *dev, usbh_packet_callback_data_t cb_
|
|||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case 5:
|
||||
{
|
||||
switch (cb_data.status) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue