From 75e74904e82a18012436a3d496223d2d53111866 Mon Sep 17 00:00:00 2001 From: JF Date: Thu, 26 Dec 2019 18:33:40 +0100 Subject: 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). --- src/sdk_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sdk_config.h') 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 @@ // NRFX_TIMER_ENABLED - nrfx_timer - TIMER periperal driver //========================================================== #ifndef NRFX_TIMER_ENABLED -#define NRFX_TIMER_ENABLED 0 +#define NRFX_TIMER_ENABLED 1 #endif // NRFX_TIMER0_ENABLED - Enable TIMER0 instance #ifndef NRFX_TIMER0_ENABLED -#define NRFX_TIMER0_ENABLED 0 +#define NRFX_TIMER0_ENABLED 1 #endif // NRFX_TIMER1_ENABLED - Enable TIMER1 instance -- cgit v1.2.3-70-g09d2