Add native USB CDC broker transport
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "esp_err.h"
|
||||
|
||||
/* Register UART0 diagnostics and writer controls for native USB CDC-ACM. */
|
||||
esp_err_t usb_console_register_commands(void);
|
||||
Reference in New Issue
Block a user