9 lines
182 B
C
9 lines
182 B
C
/* SPDX-License-Identifier: GPL-3.0-only */
|
|
/* Physical UART0 role-based user administration. */
|
|
|
|
#pragma once
|
|
|
|
#include "esp_err.h"
|
|
|
|
esp_err_t user_console_register_commands(void);
|