Skip to content

Commit bfffc71

Browse files
committed
remove frozen mods
1 parent 032cd47 commit bfffc71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/raspberry_breadstick/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ CIRCUITPY__EVE = 1
1212
CIRCUITPY_PICODVI = 1
1313

1414
# Include these Python libraries in firmware.
15-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/frozen_cpx
16-
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx
15+
#FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_LSM6DS/frozen_cpx
16+
#FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_DotStar/frozen_cpx

0 commit comments

Comments
 (0)