Skip to content

Commit fb21817

Browse files
committed
esp32/machine_pin: Make all pins on ESP32-P4 output capable.
Fixes micropython#18982. Signed-off-by: Dryw Wade <dryw.wade@sparkfun.com>
1 parent 78ff170 commit fb21817

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ports/esp32/machine_pin.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@
5555
#define GPIO_FIRST_NON_OUTPUT (34)
5656
#elif CONFIG_IDF_TARGET_ESP32S2
5757
#define GPIO_FIRST_NON_OUTPUT (46)
58-
#elif CONFIG_IDF_TARGET_ESP32P4
59-
#define GPIO_FIRST_NON_OUTPUT (54)
6058
#endif
6159

6260
// Return the gpio_num_t index for a given machine_pin_obj_t pointer.

0 commit comments

Comments
 (0)