Add Pico 2 support
This commit is contained in:
+2
-2
@@ -13,9 +13,9 @@
|
||||
|
||||
#include "usb_device.h"
|
||||
|
||||
char cdc_buf[64];
|
||||
char cdc_buf[128];
|
||||
uint16_t cdc_len;
|
||||
size_t cdc_count;
|
||||
uint32_t cdc_count;
|
||||
device_state_t device_state;
|
||||
|
||||
static uint8_t desc_configuration[DESC_CFG_MAX];
|
||||
|
||||
Reference in New Issue
Block a user