summaryrefslogtreecommitdiff
path: root/src/sdk_config.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-03-11 21:35:06 +0100
committerJF <jf@codingfield.com>2020-03-11 21:35:06 +0100
commita91c68c931cc8308e87acd796afb46ba70ae3dc2 (patch)
tree505f15350e19c44eca19e252ca5b999f959164df /src/sdk_config.h
parentb279c994887342197cc5940f1735a074d7e58f1b (diff)
Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid scrambled display on wake-up.
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 d1570718..0d9b2744 100644
--- a/src/sdk_config.h
+++ b/src/sdk_config.h
@@ -8452,15 +8452,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