Merge pull request #2006 from ntavish/patch-1
Fix incorrect preprocessor define NRFX_TIMER3/4
This commit is contained in:
commit
3e04744f75
|
@ -81,13 +81,13 @@
|
||||||
#define NRFX_TIMER1_ENABLED 1
|
#define NRFX_TIMER1_ENABLED 1
|
||||||
#define NRFX_TIMER2_ENABLED 1
|
#define NRFX_TIMER2_ENABLED 1
|
||||||
|
|
||||||
#ifdef NRFX_TIMER3
|
#ifdef NRF_TIMER3
|
||||||
#define NRFX_TIMER3_ENABLED 1
|
#define NRFX_TIMER3_ENABLED 1
|
||||||
#else
|
#else
|
||||||
#define NRFX_TIMER3_ENABLED 0
|
#define NRFX_TIMER3_ENABLED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NRFX_TIMER4
|
#ifdef NRF_TIMER4
|
||||||
#define NRFX_TIMER4_ENABLED 1
|
#define NRFX_TIMER4_ENABLED 1
|
||||||
#else
|
#else
|
||||||
#define NRFX_TIMER4_ENABLED 0
|
#define NRFX_TIMER4_ENABLED 0
|
||||||
|
|
Loading…
Reference in New Issue