We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5a7ff commit 2d30321Copy full SHA for 2d30321
ports/atmel-samd/boards/uchip/mpconfigboard.mk
@@ -10,3 +10,5 @@ CIRCUITPY_SMALL_BUILD = 1
10
11
CHIP_VARIANT = SAMD21E18A
12
CHIP_FAMILY = samd21
13
+
14
+CIRCUITPY_FREQUENCYIO = 0
ports/atmel-samd/boards/uchip/pins.c
@@ -1,4 +1,4 @@
1
-#include "shared-bindings/board/__init__.h"
+#include "supervisor/shared/board_busses.h"
2
3
STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_PA08) },
0 commit comments