Skip to content

Commit 7b7c7b1

Browse files
committed
revert filename and their contents as the default generated in idf.py create-project
1 parent 5ab6ffb commit 7b7c7b1

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

workspace/echoback_string/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# CMakeLists in this exact order for cmake to work correctly
33
cmake_minimum_required(VERSION 3.16)
44

5-
set(EXTRA_COMPONENT_DIRS ../../ ../../platform)
5+
set(EXTRA_COMPONENT_DIRS ../..)
66
add_compile_options(-w)
77

88
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
9-
project(echoback_string)
9+
project(echoback_string)
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Please set filename of mros2 application in main/
2-
set(APP_SRCS "app.cpp")
3-
4-
idf_component_register(SRCS ${APP_SRCS}
1+
idf_component_register(SRCS "echoback_string.cpp"
52
INCLUDE_DIRS "."
63
PRIV_REQUIRES "mros2-esp32")
File renamed without changes.

0 commit comments

Comments
 (0)