Skip to content

Commit 647b894

Browse files
committed
?? some include needed
1 parent 9c93355 commit 647b894

File tree

1 file changed

+2
-0
lines changed
  • ports/espressif/boards/adafruit_feather_esp32s2

1 file changed

+2
-0
lines changed

ports/espressif/boards/adafruit_feather_esp32s2/board.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
#include "mpconfigboard.h"
2929
#include "shared-bindings/microcontroller/Pin.h"
3030
#include "components/driver/include/driver/gpio.h"
31+
#include "components/hal/include/hal/gpio_hal.h"
32+
#include "common-hal/microcontroller/Pin.h"
3133

3234
void board_init(void) {
3335
// USB

0 commit comments

Comments
 (0)