Skip to content

Commit 33902f7

Browse files
authored
Update CMakeLists.txt
1 parent 8c1ad4f commit 33902f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/espidf-ulp-lp/src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
idf_component_register(SRCS "lp_core_pulse_counter_example_main.c"
1+
idf_component_register(SRCS "lp_core_gpio_wake_up_example_main.c"
22
INCLUDE_DIRS ".")
33

44
#
@@ -15,7 +15,7 @@ set(ulp_sources "../ulp/main.c")
1515
#
1616
# 3. List all the component source files which include automatically
1717
# generated ULP export file, ${ulp_app_name}.h:
18-
set(ulp_exp_dep_srcs "lp_core_pulse_counter_example_main.c")
18+
set(ulp_exp_dep_srcs "lp_core_gpio_wake_up_example_main.c")
1919

2020
#
2121
# 4. Call function to build ULP binary and embed in project using the argument

0 commit comments

Comments
 (0)