esp32 syscalls.c: Use rom/uart.h for uart_tx_one_char prototype
This commit is contained in:
parent
29c2e58c75
commit
3b508c8b37
1 changed files with 1 additions and 2 deletions
|
@ -20,12 +20,11 @@
|
||||||
#include <sys/reent.h>
|
#include <sys/reent.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "rom/libc_stubs.h"
|
#include "rom/libc_stubs.h"
|
||||||
|
#include "rom/uart.h"
|
||||||
#include "freertos/FreeRTOS.h"
|
#include "freertos/FreeRTOS.h"
|
||||||
#include "freertos/portmacro.h"
|
#include "freertos/portmacro.h"
|
||||||
#include "freertos/task.h"
|
#include "freertos/task.h"
|
||||||
|
|
||||||
int uart_tx_one_char(uint8_t c);
|
|
||||||
|
|
||||||
void abort() {
|
void abort() {
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue