This commit is contained in:
wmano
2025-10-12 16:42:27 +08:00
parent 037fdb64eb
commit 4ef5837171
33 changed files with 2810 additions and 402 deletions
@@ -11,8 +11,8 @@
#define CDC_OUT_EP 0x02
#define CDC_INT_EP 0x83
#define USBD_VID 0xFFFF
#define USBD_PID 0xFFFF
#define USBD_VID 0x483
#define USBD_PID 0x5740
#define USBD_MAX_POWER 100
#define USBD_LANGID_STRING 1033
@@ -276,4 +276,5 @@ void cdc_acm_data_send_with_dtr_test(uint8_t busid)
while (ep_tx_busy_flag) {
}
}
}
}