mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32 syscalls.c: Use rom/uart.h for uart_tx_one_char prototype
This commit is contained in:
parent
29c2e58c75
commit
3b508c8b37
@ -20,12 +20,11 @@
|
||||
#include <sys/reent.h>
|
||||
#include <stdlib.h>
|
||||
#include "rom/libc_stubs.h"
|
||||
#include "rom/uart.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/portmacro.h"
|
||||
#include "freertos/task.h"
|
||||
|
||||
int uart_tx_one_char(uint8_t c);
|
||||
|
||||
void abort() {
|
||||
do
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user