mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
uart: fix misleading files for UART2
Includes: header files, ld files and clk.c ESP32-C3 only have UART0 and UART1.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
PROVIDE ( UART0 = 0x60000000 );
|
||||
PROVIDE ( UART1 = 0x60010000 );
|
||||
PROVIDE ( UART2 = 0x6002e000 );
|
||||
PROVIDE ( SPIMEM1 = 0x60002000 );
|
||||
PROVIDE ( SPIMEM0 = 0x60003000 );
|
||||
PROVIDE ( GPIO = 0x60004000 );
|
||||
|
Reference in New Issue
Block a user