From 522cef42abc6d891da8dd1e1cdb0c2f90775fd0a Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 1 Nov 2019 10:03:10 +0100 Subject: [PATCH] examples: re-enable console example for esp32s2beta --- examples/system/console/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/system/console/CMakeLists.txt b/examples/system/console/CMakeLists.txt index 25197675a0..d3f354f7fc 100644 --- a/examples/system/console/CMakeLists.txt +++ b/examples/system/console/CMakeLists.txt @@ -2,6 +2,5 @@ # in this exact order for cmake to work correctly cmake_minimum_required(VERSION 3.5) -set(SUPPORTED_TARGETS esp32) include($ENV{IDF_PATH}/tools/cmake/project.cmake) project(console)