Skip to content

Commit 68a1443

Browse files
committed
All the socs supported by this bsp have the TEMP peripheral
1 parent 1ecc92f commit 68a1443

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

cores/nRF5/nordic/nrfx_config.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
#endif
3636

3737
// NRFX temp
38-
#ifdef NRF52840_XXAA
39-
#define NRFX_TEMP_ENABLED 1
40-
#define NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY 7
41-
#endif
38+
#define NRFX_TEMP_ENABLED 1
39+
#define NRFX_TEMP_DEFAULT_CONFIG_IRQ_PRIORITY 7
4240

4341
#endif // NRFX_CONFIG_H__

0 commit comments

Comments
 (0)