Skip to content

Commit 7f6be5e

Browse files
committed
update unexpectedmaker_tinywatch_s3/board.c for ESP-IDF 5
1 parent 7cc816c commit 7f6be5e

File tree

1 file changed

+1
-1
lines changed
  • ports/espressif/boards/unexpectedmaker_tinywatch_s3

1 file changed

+1
-1
lines changed

ports/espressif/boards/unexpectedmaker_tinywatch_s3/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include "supervisor/board.h"
2828
#include "shared-bindings/microcontroller/Pin.h"
29-
#include "components/driver/include/driver/gpio.h"
29+
#include "components/driver/gpio/include/driver/gpio.h"
3030

3131
bool espressif_board_reset_pin_number(gpio_num_t pin_number) {
3232
// Pull USER_PWR_SHUTDOWN down (pull up shuts down power)

0 commit comments

Comments
 (0)