mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01: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 );
|