Add Pico 2 support
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user