forked from espressif/esp-idf
esp32 syscalls.c: Use rom/uart.h for uart_tx_one_char prototype
This commit is contained in:
committed by
Wu Jian Gang
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user