summaryrefslogtreecommitdiff
path: root/ports/litex
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-10-15 16:34:19 -0400
committerDan Halbert <halbert@halwitz.org>2020-10-15 16:34:19 -0400
commit1d05ad6b22bedc52c5a1b9e44e806aa09fafd16c (patch)
tree5fc8c0b3c8eae17cb18f1ebda09b8bb238856086 /ports/litex
parentf51e75c1d216de5ce0c4cdb985756d9cf2b73f4c (diff)
no _bleio for litex; ESP32S2 defines BIT() already
Diffstat (limited to 'ports/litex')
-rw-r--r--ports/litex/mpconfigport.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/litex/mpconfigport.mk b/ports/litex/mpconfigport.mk
index 427e9ea84..485a75fde 100644
--- a/ports/litex/mpconfigport.mk
+++ b/ports/litex/mpconfigport.mk
@@ -16,6 +16,7 @@ CIRCUITPY_ANALOGIO = 0
CIRCUITPY_AUDIOBUSIO = 0
CIRCUITPY_AUDIOIO = 0
CIRCUITPY_BITBANGIO = 0
+CIRCUITPY_BLEIO_HCI = 0
CIRCUITPY_BOARD = 0
CIRCUITPY_BUSIO = 0
CIRCUITPY_COUNTIO = 0