From: Angus Gratton Date: Tue, 23 Aug 2016 09:10:18 +0000 (+0800) Subject: esp32 syscalls.c: Use rom/uart.h for uart_tx_one_char prototype X-Git-Tag: v0.9~71^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b508c8b3787ada98a042699a1bc201dfc28d8bb;p=esp-idf esp32 syscalls.c: Use rom/uart.h for uart_tx_one_char prototype --- diff --git a/components/esp32/syscalls.c b/components/esp32/syscalls.c index f6da4a52a7..5c0b870c4f 100644 --- a/components/esp32/syscalls.c +++ b/components/esp32/syscalls.c @@ -20,12 +20,11 @@ #include #include #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 {