Rp2040/Components/driver/include/driver/uart.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define UART0 0
4 #define UART1 1
5 #define UART_COUNT 2
6 
7 #include_next <driver/uart.h>