aboutsummaryrefslogtreecommitdiffstats
path: root/src/sdk_config.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-05-01 17:58:10 +0200
committerJF <jf@codingfield.com>2020-05-01 17:58:10 +0200
commit56b527925ce64bc0a9ef4b0ca51a1648b6400e04 (patch)
tree420addb5a2af5b07a80d03f84638f3986b4770bc /src/sdk_config.h
parent0195ece317d15bcba7dfbd74b58bb8dbcd3bca0a (diff)
Clean code of DfuService
Diffstat (limited to 'src/sdk_config.h')
-rw-r--r--src/sdk_config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h
index 244b21bd..a63eb6fb 100644
--- a/src/sdk_config.h
+++ b/src/sdk_config.h
@@ -8460,15 +8460,15 @@
// <e> NRF_LOG_ENABLED - nrf_log - Logger
//==========================================================
#ifndef NRF_LOG_ENABLED
-#define NRF_LOG_ENABLED 1
+#define NRF_LOG_ENABLED 0
#endif
#ifndef NRF_LOG_BACKEND_RTT_ENABLED
-#define NRF_LOG_BACKEND_RTT_ENABLED 1
+#define NRF_LOG_BACKEND_RTT_ENABLED 0
#endif
#ifndef NRF_LOG_BACKEND_SERIAL_USES_RTT
-#define NRF_LOG_BACKEND_SERIAL_USES_RTT 1
+#define NRF_LOG_BACKEND_SERIAL_USES_RTT 0
#endif
// <h> Log message pool - Configuration of log message pool