summaryrefslogtreecommitdiff
path: root/examples/device/board_test/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-01-25 17:18:24 +0700
committerGitHub <[email protected]>2021-01-25 17:18:24 +0700
commitc43ac7f1d79b25dae2d5ab073dc7d397fd9dedec (patch)
tree8086106787ab4b044deca2a5682d74e2f09eec1d /examples/device/board_test/src
parent469ca2f1559800f4b1eabc860336ff33ed118718 (diff)
parent6e027b1c4b454a573c6bcb9599d016d98bb6d05a (diff)
Merge pull request #603 from hathach/pico-followup
Pico followup for (ci) building examples
Diffstat (limited to 'examples/device/board_test/src')
-rw-r--r--examples/device/board_test/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/board_test/src/CMakeLists.txt b/examples/device/board_test/src/CMakeLists.txt
index 29ae46a33..e59661069 100644
--- a/examples/device/board_test/src/CMakeLists.txt
+++ b/examples/device/board_test/src/CMakeLists.txt
@@ -1,3 +1,4 @@
+# FAMILY = "esp32s2"
idf_component_register(SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES freertos soc)