ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
tusb_console.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#pragma once
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13#include "esp_err.h"
14
22
30
31#ifdef __cplusplus
32}
33#endif
int esp_err_t
Definition esp_err.h:21
esp_err_t esp_tusb_deinit_console(int cdc_intf)
Switch log to the default output.
esp_err_t esp_tusb_init_console(int cdc_intf)
Redirect output to the USB serial.