diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-09-03 16:32:12 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-09-03 16:32:12 -0700 |
| commit | 0b94638aeb667f2a417d859487083241a5749128 (patch) | |
| tree | f0a90dfca1601c4c53d57482c0415108cb0ccc67 /py | |
| parent | 5d8ac0428b239be2b0487a2da2d2192aa7ed8725 (diff) | |
Changes based on Dan's feedback
Diffstat (limited to 'py')
| -rw-r--r-- | py/circuitpy_mpconfig.mk | 2 |
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 |
