Esp32/Components/driver/include/driver/uart.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <soc/soc_caps.h>
4 
5 #define UART_PHYSICAL_COUNT SOC_UART_NUM
6 #define UART_COUNT SOC_UART_NUM
7 
8 #include_next <driver/uart.h>