Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 29, 2024
1 parent c0a5762 commit 1fd7ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ulp/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ project(${ULP_APP_NAME} ASM C)
add_executable(${ULP_APP_NAME})
set(CMAKE_EXECUTABLE_SUFFIX ".elf")

message("----> ${SDKCONFIG_CMAKE} <----")
# #message("----> ${SDKCONFIG_CMAKE} <----")
# Import all sdkconfig variables into the cmake build
include(${SDKCONFIG_CMAKE})
# #include(${SDKCONFIG_CMAKE})

function(create_arg_file arguments output_file)
# Escape all spaces
Expand Down

0 comments on commit 1fd7ef6

Please sign in to comment.