7 lines
160 B
C
7 lines
160 B
C
#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);
|