Skip to content

Commit 9d4faca

Browse files
committed
fix(vendor/serial/usbh_ftdi): fix missing break
Signed-off-by: sakumisu <[email protected]>
1 parent c22615e commit 9d4faca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

class/vendor/serial/usbh_ftdi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ static int usbh_ftdi_connect(struct usbh_hubport *hport, uint8_t intf)
350350
switch (version) {
351351
case 0x400:
352352
ftdi_class->chip_type = FT232B;
353+
break;
353354
case 0x500:
354355
ftdi_class->chip_type = FT2232C;
355356
break;

0 commit comments

Comments
 (0)