Add Pico 2 support

This commit is contained in:
2025-09-06 12:01:00 -04:00
parent 2fac602e44
commit a1cb13a2f9
9 changed files with 73 additions and 52 deletions
+2 -2
View File
@@ -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];