1 /* 2 * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #pragma once 8 9 void esp_console_init(void); 10 11 void esp_console_deinit(void); 12 13 void esp_console_write_char_usb(char c); 14