diff options
| author | JF <jf@codingfield.com> | 2019-12-26 17:33:40 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2019-12-26 17:33:40 (GMT) |
| commit | 75e74904e82a18012436a3d496223d2d53111866 (patch) | |
| tree | 9ddfc4d2cc6764d79ac8a301ec5255551b5464e8 /src/sdk_config.h | |
| parent | 9a379e180fd855dac2a9fe6b4532d95276edab0b (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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h index 5ed46ed..0fde8ba 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 |
