summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-09-03 16:32:12 -0700
committerScott Shawcroft <scott@tannewt.org>2020-09-03 16:32:12 -0700
commit0b94638aeb667f2a417d859487083241a5749128 (patch)
treef0a90dfca1601c4c53d57482c0415108cb0ccc67 /py
parent5d8ac0428b239be2b0487a2da2d2192aa7ed8725 (diff)
Changes based on Dan's feedback
Diffstat (limited to 'py')
-rw-r--r--py/circuitpy_mpconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/circuitpy_mpconfig.mk b/py/circuitpy_mpconfig.mk
index 2629883f8..ca2f60508 100644
--- a/py/circuitpy_mpconfig.mk
+++ b/py/circuitpy_mpconfig.mk
@@ -95,7 +95,7 @@ CFLAGS += -DCIRCUITPY_COUNTIO=$(CIRCUITPY_COUNTIO)
CIRCUITPY_DISPLAYIO ?= $(CIRCUITPY_FULL_BUILD)
CFLAGS += -DCIRCUITPY_DISPLAYIO=$(CIRCUITPY_DISPLAYIO)
-# CIRCUITPY_ESPIDF is handled in the atmel-samd tree.
+# CIRCUITPY_ESPIDF is handled in the esp32s2 tree.
# Only for ESP32S chips.
# Assume not a ESP build.
CIRCUITPY_ESPIDF ?= 0