Skip to content

Commit fd7d094

Browse files
adding necesary includes
1 parent 29db207 commit fd7d094

File tree

1 file changed

+3
-0
lines changed
  • ports/raspberrypi/boards/jpconstantineau_pykey60

1 file changed

+3
-0
lines changed

ports/raspberrypi/boards/jpconstantineau_pykey60/board.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
*/
2626

2727
#include "supervisor/board.h"
28+
#include "shared-bindings/microcontroller/Pin.h"
29+
#include "src/rp2_common/hardware_gpio/include/hardware/gpio.h"
30+
#include "supervisor/shared/board.h"
2831

2932
void board_init(void) {
3033
}

0 commit comments

Comments
 (0)