This commit is contained in:
hathach
2025-09-29 15:32:53 +07:00
parent bdd557caf1
commit ff492dc2b6
2 changed files with 1 additions and 6 deletions

View File

@ -59,10 +59,7 @@ int main(void) {
.speed = TUSB_SPEED_AUTO
};
tusb_init(BOARD_TUD_RHPORT, &dev_init);
if (board_init_after_tusb) {
board_init_after_tusb();
}
board_init_after_tusb();
while (1) {
tud_task(); // tinyusb device task

View File

@ -36,8 +36,6 @@
#define DEV_INFO_MANUFACTURER "TinyUSB"
#define DEV_INFO_MODEL "MTP Example"
#define DEV_INFO_VERSION "1.0"
#define DEV_INFO_SERIAL "123456"
#define DEV_PROP_FRIENDLY_NAME "TinyUSB MTP"
//------------- storage info -------------//