Skip to content

Commit

Permalink
Merge branch 'Feature_Apps_selectable' into Feature_Add_APDS-9306_Sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
Kampi committed Oct 8, 2023
2 parents 26189ec + 08f6d80 commit 878fd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ menu "ZSWatch"
bool
prompt "Activate the application 'ZDS'"
default y
select APPLICATIONS_USE_ACCELEROMETER
endmenu

config DISABLE_PAIRING_REQUIRED
Expand Down
2 changes: 1 addition & 1 deletion app/src/applications/zds/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if(CONFIG_APPLICATIONS_ZDS)
if(CONFIG_APPLICATIONS_USE_ZDS)
FILE(GLOB app_sources *.c)
target_sources(app PRIVATE ${app_sources})
endif()

0 comments on commit 878fd20

Please sign in to comment.