Skip to content

Commit 3e04744

Browse files
authored
Merge pull request #2006 from ntavish/patch-1
Fix incorrect preprocessor define NRFX_TIMER3/4
2 parents a98bfa6 + e4d92a3 commit 3e04744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ports/nrf/nrfx_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@
8181
#define NRFX_TIMER1_ENABLED 1
8282
#define NRFX_TIMER2_ENABLED 1
8383

84-
#ifdef NRFX_TIMER3
84+
#ifdef NRF_TIMER3
8585
#define NRFX_TIMER3_ENABLED 1
8686
#else
8787
#define NRFX_TIMER3_ENABLED 0
8888
#endif
8989

90-
#ifdef NRFX_TIMER4
90+
#ifdef NRF_TIMER4
9191
#define NRFX_TIMER4_ENABLED 1
9292
#else
9393
#define NRFX_TIMER4_ENABLED 0

0 commit comments

Comments
 (0)