Skip to content

Commit 2afe599

Browse files
authored
Add missing include for zero2w pins.c
1 parent 927a720 commit 2afe599

File tree

1 file changed

+2
-0
lines changed
  • ports/broadcom/boards/raspberrypi_zero2w

1 file changed

+2
-0
lines changed

ports/broadcom/boards/raspberrypi_zero2w/pins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "shared-bindings/board/__init__.h"
22

3+
#include "shared-module/displayio/__init__.h"
4+
35
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
46
CIRCUITPYTHON_BOARD_DICT_STANDARD_ITEMS
57
// These match the names used in Blinka

0 commit comments

Comments
 (0)