mirror of https://github.com/ARMmbed/mbed-os.git
NRF: enable PRS (Peripheral Resource Sharing) for NRF52832 and NRF52840
parent
976ba7d4da
commit
d875c2ba2e
|
@ -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
|
||||
|
|
|
@ -4040,6 +4040,10 @@
|
|||
|
||||
// </e>
|
||||
|
||||
#ifndef NRFX_PRS_ENABLED
|
||||
#define NRFX_PRS_ENABLED 1
|
||||
#endif
|
||||
|
||||
// <e> NRFX_TWI_ENABLED - nrfx_twi - TWI peripheral driver
|
||||
//==========================================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue