Skip to content

Commit 12ed3fc

Browse files
committed
disable on winterbloom_sol and thunderpack
1 parent 1d05ad6 commit 12ed3fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LONGINT_IMPL = MPZ
1818
# Disable modules that are unusable on this special-purpose board.
1919
CIRCUITPY_AUDIOBUSIO = 0
2020
CIRCUITPY_AUDIOIO = 0
21-
CIRCUITPY_BLEIO = 0
21+
CIRCUITPY_BLEIO_HCI = 0
2222
CIRCUITPY_DISPLAYIO = 0
2323
CIRCUITPY_FRAMEBUFFERIO = 0
2424
CIRCUITPY_GAMEPAD = 0

ports/stm/boards/thunderpack/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ INTERNAL_FLASH_FILESYSTEM = 1
77
LONGINT_IMPL = NONE
88

99
CIRCUITPY_NVM = 1
10+
CIRCUITPY_BLEIO_HCI = 0
1011

1112
MCU_SERIES = F4
1213
MCU_VARIANT = STM32F411xE

0 commit comments

Comments
 (0)