8000 elaborating on include path for board_busses · ihassin/circuitpython@4c1b85c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c1b85c

Browse files
committed
elaborating on include path for board_busses
1 parent 30fcb14 commit 4c1b85c

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/boards/sam32

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/sam32/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "shared-bindings/board/__init__.h"
22

3-
#include "board_busses.h"
3+
#include "supervisor/shared/board_busses.h"
44

55
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
66
{ MP_ROM_QSTR(M 3903 P_QSTR_A0), MP_ROM_PTR(&pin_PB08) },

0 commit comments

Comments
 (0)
0