Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet authored Sep 23, 2024
1 parent 7344ddf commit 559d027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/HSLink-Pro/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ else ()
endif ()

sdk_compile_definitions(-DPRODUCT_STRING="HSLink Pro")
sdk_compile_definitions(-DCONFIG_USE_HID_CONFIG=1)
#sdk_compile_definitions(-DCONFIG_USE_HID_CONFIG=1)
sdk_app_src(../common/HSLink_Pro_expansion.c)
sdk_compile_options("-g")

Expand All @@ -109,4 +109,4 @@ add_custom_command(
COMMENT "Convert to UF2"
)

generate_ide_projects()
generate_ide_projects()

0 comments on commit 559d027

Please sign in to comment.