mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00: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 );
|