Skip to content

Commit 4422680

Browse files
authored
Update board.c
Adding missing include of the board init.
1 parent f93d9d3 commit 4422680

File tree

1 file changed

+1
-0
lines changed
  • ports/espressif/boards/waveshare_esp32_c6_lcd_1_47

1 file changed

+1
-0
lines changed

ports/espressif/boards/waveshare_esp32_c6_lcd_1_47/board.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "shared-bindings/fourwire/FourWire.h"
1212
#include "shared-module/displayio/__init__.h"
1313
#include "shared-module/displayio/mipi_constants.h"
14+
#include "shared-bindings/board/__init__.h"
1415

1516
#define DELAY 0x80
1617

0 commit comments

Comments
 (0)