Skip to content

Commit fe2a092

Browse files
authored
Fix board_bus location
1 parent 68d524f commit fe2a092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ports/atmel-samd/boards/sparkfun_lumidrive

ports/atmel-samd/boards/sparkfun_lumidrive/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(MP_QSTR_A3), MP_ROM_PTR(&pin_PA04) },

0 commit comments

Comments
 (0)