improve memory management & polling

This commit is contained in:
2025-08-20 21:30:22 -04:00
parent 5b3a5beb32
commit a1e1ff70fc
13 changed files with 195 additions and 151 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
#ifndef MAIN_DEVICE_H_
#define MAIN_DEVICE_H_
#ifndef USB_DEVICE_H_
#define USB_DEVICE_H_
extern char cdc_buf[64];
extern uint16_t cdc_len;
extern size_t cdc_count;
void usb_device_init(void);
void cdc_print_hex(uint8_t const* msg, uint16_t msg_len);