Skip to content

Commit 2d38569

Browse files
MarekPietanordicjm
authored andcommitted
applications: nrf_desktop: Align config channel CMakeLists entry
Change aligns format of config channel transport utility's CMakeLists entry with other nRF Desktop utilities. Signed-off-by: Marek Pieta <[email protected]>
1 parent fc00e38 commit 2d38569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/nrf_desktop/src/util/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ target_sources_ifdef(CONFIG_DESKTOP_ADV_PROV_UUID16_ALL
1919
target_sources_ifdef(CONFIG_DESKTOP_DFU_LOCK
2020
app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/dfu_lock.c)
2121

22-
target_sources_ifdef(CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE app
23-
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/config_channel_transport.c)
22+
target_sources_ifdef(CONFIG_DESKTOP_CONFIG_CHANNEL_ENABLE
23+
app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/config_channel_transport.c)
2424

2525
if(CONFIG_DESKTOP_BLE_QOS_ENABLE)
2626
if(CONFIG_FPU)

0 commit comments

Comments
 (0)