Skip to content

Commit 8275ca3

Browse files
esp32: Fix the mentioned information.
1 parent a760a04 commit 8275ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/tinyusb/mp_usbd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ void mp_usbd_hex_str(char *out_str, const uint8_t *bytes, size_t bytes_len) {
6363
}
6464
out_str[hex_len] = 0;
6565
}
66+
6667
#endif // MICROPY_HW_ENABLE_USBDEV

0 commit comments

Comments
 (0)