We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1ad4f commit 33902f7Copy full SHA for 33902f7
examples/espidf-ulp-lp/src/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-idf_component_register(SRCS "lp_core_pulse_counter_example_main.c"
+idf_component_register(SRCS "lp_core_gpio_wake_up_example_main.c"
2
INCLUDE_DIRS ".")
3
4
#
@@ -15,7 +15,7 @@ set(ulp_sources "../ulp/main.c")
15
16
# 3. List all the component source files which include automatically
17
# generated ULP export file, ${ulp_app_name}.h:
18
-set(ulp_exp_dep_srcs "lp_core_pulse_counter_example_main.c")
+set(ulp_exp_dep_srcs "lp_core_gpio_wake_up_example_main.c")
19
20
21
# 4. Call function to build ULP binary and embed in project using the argument
0 commit comments