Skip to content

Commit

Permalink
Do not include the BLE HID if PPT app is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
ldab committed Jun 24, 2024
1 parent 07a0300 commit 2f62a28
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/ble/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ target_sources(app PRIVATE ble_ams.c)
target_sources(app PRIVATE ble_ancs.c)
target_sources(app PRIVATE ble_cts.c)
target_sources(app PRIVATE gadgetbridge/ble_gadgetbridge.c)
target_sources(app PRIVATE ble_hid.c)
target_sources(app PRIVATE ble_http.c)
target_sources(app PRIVATE zsw_gatt_sensor_server.c)
target_sources(app PRIVATE zsw_gatt_sensor_server.c)

if(CONFIG_APPLICATIONS_USE_PPT_REMOTE)
target_sources(app PRIVATE ble_hid.c)
endif()

0 comments on commit 2f62a28

Please sign in to comment.