Skip to content

Commit

Permalink
Remove RTT settings
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcharger committed Jan 3, 2025
1 parent 0ba425a commit 2fe3a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,8 @@ if (${CMAKE_BUILD_TYPE} STREQUAL "Debug")

# NRF SDK Logging
add_definitions(-DNRF_LOG_ENABLED=1)
add_definitions(-DNRF_LOG_BACKEND_RTT_ENABLED=1)
add_definitions(-DNRF_LOG_BACKEND_SERIAL_USES_RTT=1)
# add_definitions(-DNRF_LOG_BACKEND_RTT_ENABLED=1)
# add_definitions(-DNRF_LOG_BACKEND_SERIAL_USES_RTT=1)

# NRF SDK individual modules logging
# add_definitions(-DCLOCK_CONFIG_LOG_ENABLED=1)
Expand Down

0 comments on commit 2fe3a6b

Please sign in to comment.