We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5355f19 commit 0beaa5eCopy full SHA for 0beaa5e
cores/esp32/HardwareSerial.h
@@ -200,8 +200,6 @@ typedef enum {
200
#define RX2 (gpio_num_t)4
201
#elif CONFIG_IDF_TARGET_ESP32S3
202
#define RX2 (gpio_num_t)19
203
-#elif CONFIG_IDF_TARGET_ESP32P4
204
-#define RX2 (gpio_num_t)15
205
#endif
206
207
@@ -210,8 +208,6 @@ typedef enum {
210
208
#define TX2 (gpio_num_t)25
211
209
212
#define TX2 (gpio_num_t)20
213
214
-#define TX2 (gpio_num_t)14
215
216
217
#endif /* SOC_UART_HP_NUM > 2 */
0 commit comments