summaryrefslogtreecommitdiff
path: root/src/sdk_config.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-26 18:33:40 +0100
committerJF <jf@codingfield.com>2019-12-26 18:33:40 +0100
commit75e74904e82a18012436a3d496223d2d53111866 (patch)
tree9ddfc4d2cc6764d79ac8a301ec5255551b5464e8 /src/sdk_config.h
parent9a379e180fd855dac2a9fe6b4532d95276edab0b (diff)
Use push button to go to sleep/wake up.
Use a queue to transmit messages between system and display task (sleep & wake up for now).
Diffstat (limited to 'src/sdk_config.h')
-rw-r--r--src/sdk_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h
index 5ed46ed7..0fde8bac 100644
--- a/src/sdk_config.h
+++ b/src/sdk_config.h
@@ -4839,13 +4839,13 @@
// <e> NRFX_TIMER_ENABLED - nrfx_timer - TIMER periperal driver
//==========================================================
#ifndef NRFX_TIMER_ENABLED
-#define NRFX_TIMER_ENABLED 0
+#define NRFX_TIMER_ENABLED 1
#endif
// <q> NRFX_TIMER0_ENABLED - Enable TIMER0 instance
#ifndef NRFX_TIMER0_ENABLED
-#define NRFX_TIMER0_ENABLED 0
+#define NRFX_TIMER0_ENABLED 1
#endif
// <q> NRFX_TIMER1_ENABLED - Enable TIMER1 instance