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 35f2046 commit 5ac622aCopy full SHA for 5ac622a
py/circuitpy_defns.mk
@@ -614,7 +614,6 @@ SRC_SHARED_MODULE_ALL = \
614
onewireio/__init__.c \
615
onewireio/OneWire.c \
616
os/__init__.c \
617
- os/getenv.c \
618
paralleldisplay/ParallelBus.c \
619
qrio/__init__.c \
620
qrio/QRDecoder.c \
@@ -715,6 +714,7 @@ endif
715
714
SRC_SHARED_MODULE_INTERNAL = \
716
$(filter $(SRC_PATTERNS), \
717
displayio/display_core.c \
+ os/getenv.c \
718
usb/utf16le.c \
719
)
720
shared-bindings/os/getenv.c
0 commit comments