Skip to content

Commit 0beaa5e

Browse files
authored
feat(uart): removes the uart2 pin definitions - not existant
1 parent 5355f19 commit 0beaa5e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: cores/esp32/HardwareSerial.h

-4
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ typedef enum {
200200
#define RX2 (gpio_num_t)4
201201
#elif CONFIG_IDF_TARGET_ESP32S3
202202
#define RX2 (gpio_num_t)19
203-
#elif CONFIG_IDF_TARGET_ESP32P4
204-
#define RX2 (gpio_num_t)15
205203
#endif
206204
#endif
207205

@@ -210,8 +208,6 @@ typedef enum {
210208
#define TX2 (gpio_num_t)25
211209
#elif CONFIG_IDF_TARGET_ESP32S3
212210
#define TX2 (gpio_num_t)20
213-
#elif CONFIG_IDF_TARGET_ESP32P4
214-
#define TX2 (gpio_num_t)14
215211
#endif
216212
#endif
217213
#endif /* SOC_UART_HP_NUM > 2 */

0 commit comments

Comments
 (0)