mirror of https://github.com/ARMmbed/mbed-os.git
Enabling NRFX_PPI_ENABLED for serial_api updates
parent
74cb69873c
commit
36c70a1c78
|
@ -2405,7 +2405,7 @@
|
|||
// <e> NRFX_PPI_ENABLED - nrfx_ppi - PPI peripheral allocator
|
||||
//==========================================================
|
||||
#ifndef NRFX_PPI_ENABLED
|
||||
#define NRFX_PPI_ENABLED 0
|
||||
#define NRFX_PPI_ENABLED 1
|
||||
#endif
|
||||
// <e> NRFX_PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
|
||||
//==========================================================
|
||||
|
@ -4585,7 +4585,7 @@
|
|||
|
||||
|
||||
#ifndef PPI_ENABLED
|
||||
#define PPI_ENABLED 1
|
||||
#define PPI_ENABLED 0
|
||||
#endif
|
||||
|
||||
// <e> PWM_ENABLED - nrf_drv_pwm - PWM peripheral driver - legacy layer
|
||||
|
|
|
@ -2405,7 +2405,7 @@
|
|||
// <e> NRFX_PPI_ENABLED - nrfx_ppi - PPI peripheral allocator
|
||||
//==========================================================
|
||||
#ifndef NRFX_PPI_ENABLED
|
||||
#define NRFX_PPI_ENABLED 0
|
||||
#define NRFX_PPI_ENABLED 1
|
||||
#endif
|
||||
// <e> NRFX_PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
|
||||
//==========================================================
|
||||
|
@ -4585,7 +4585,7 @@
|
|||
|
||||
|
||||
#ifndef PPI_ENABLED
|
||||
#define PPI_ENABLED 1
|
||||
#define PPI_ENABLED 0
|
||||
#endif
|
||||
|
||||
// <e> PWM_ENABLED - nrf_drv_pwm - PWM peripheral driver - legacy layer
|
||||
|
|
Loading…
Reference in New Issue