Skip to content

Commit 2d30321

Browse files
Add files via upload
1 parent 4f5a7ff commit 2d30321

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ports/atmel-samd/boards/uchip/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ CIRCUITPY_SMALL_BUILD = 1
1010

1111
CHIP_VARIANT = SAMD21E18A
1212
CHIP_FAMILY = samd21
13+
14+
CIRCUITPY_FREQUENCYIO = 0

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

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

33
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
44
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA08) },

0 commit comments

Comments
 (0)