Debug log with dlog_if_slow, MACRAW ping working, wfi disabled
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "ring_buffer.h"
|
||||
|
||||
struct usb_cdc {
|
||||
ring_buffer<uint8_t, 512> tx;
|
||||
ring_buffer<uint8_t, 8192> tx;
|
||||
|
||||
void send(std::span<const uint8_t> data) {
|
||||
tx.push(data);
|
||||
|
||||
Reference in New Issue
Block a user