mirror of
https://github.com/espressif/esp-idf
synced 2025-04-02 12:50:12 -04:00
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
/*
|
|
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/** ROM APIs
|
|
*/
|
|
|
|
PROVIDE ( esp_rom_output_putc = uart_tx_one_char );
|