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
@@ -30,9 +30,9 @@ typedef enum {
DEVICE_RESTART,
} device_state_t;
extern char cdc_buf[64];
extern char cdc_buf[128];
extern uint16_t cdc_len;
extern size_t cdc_count;
extern uint32_t cdc_count;
extern device_state_t device_state;
void usb_device_main(void);