summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-06 21:36:53 +0700
committerhathach <[email protected]>2020-04-06 21:36:53 +0700
commitef7992ce65f243d838bf79197f5c55e792e4ce87 (patch)
tree60994c34fada7e94ccc72faa9150c53a0eeae020
parent06e87b47a29a0d8c304a08cd1f8bb1ad2168880f (diff)
fix CI
-rw-r--r--examples/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk
index 9e5226aca..2f4c8b860 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -2,7 +2,7 @@
# Common make rules for all examples
# ---------------------------------------
-ifeq ($(CROSS_COMPILE),xtensa-esp32-elf-)
+ifeq ($(CROSS_COMPILE),xtensa-esp32s2-elf-)
# Espressif IDF use CMake build system, this add wrapper target to call idf.py
.PHONY: all clean flash