NRF: enable PRS (Peripheral Resource Sharing) for NRF52832 and NRF52840

pull/10652/head
Naveen Kaje 2018-09-28 12:38:34 -05:00 committed by desmond.chen
parent 976ba7d4da
commit d875c2ba2e
2 changed files with 8 additions and 0 deletions

View File

@ -4038,6 +4038,10 @@
// </e>
#ifndef NRFX_PRS_ENABLED
#define NRFX_PRS_ENABLED 1
#endif
// </e>
// <e> NRFX_TWI_ENABLED - nrfx_twi - TWI peripheral driver

View File

@ -4040,6 +4040,10 @@
// </e>
#ifndef NRFX_PRS_ENABLED
#define NRFX_PRS_ENABLED 1
#endif
// <e> NRFX_TWI_ENABLED - nrfx_twi - TWI peripheral driver
//==========================================================