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
|
// <e> NRFX_PPI_ENABLED - nrfx_ppi - PPI peripheral allocator
|
||||||
//==========================================================
|
//==========================================================
|
||||||
#ifndef NRFX_PPI_ENABLED
|
#ifndef NRFX_PPI_ENABLED
|
||||||
#define NRFX_PPI_ENABLED 0
|
#define NRFX_PPI_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
// <e> NRFX_PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
|
// <e> NRFX_PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
|
||||||
//==========================================================
|
//==========================================================
|
||||||
|
@ -4585,7 +4585,7 @@
|
||||||
|
|
||||||
|
|
||||||
#ifndef PPI_ENABLED
|
#ifndef PPI_ENABLED
|
||||||
#define PPI_ENABLED 1
|
#define PPI_ENABLED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// <e> PWM_ENABLED - nrf_drv_pwm - PWM peripheral driver - legacy layer
|
// <e> PWM_ENABLED - nrf_drv_pwm - PWM peripheral driver - legacy layer
|
||||||
|
|
|
@ -2405,7 +2405,7 @@
|
||||||
// <e> NRFX_PPI_ENABLED - nrfx_ppi - PPI peripheral allocator
|
// <e> NRFX_PPI_ENABLED - nrfx_ppi - PPI peripheral allocator
|
||||||
//==========================================================
|
//==========================================================
|
||||||
#ifndef NRFX_PPI_ENABLED
|
#ifndef NRFX_PPI_ENABLED
|
||||||
#define NRFX_PPI_ENABLED 0
|
#define NRFX_PPI_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
// <e> NRFX_PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
|
// <e> NRFX_PPI_CONFIG_LOG_ENABLED - Enables logging in the module.
|
||||||
//==========================================================
|
//==========================================================
|
||||||
|
@ -4585,7 +4585,7 @@
|
||||||
|
|
||||||
|
|
||||||
#ifndef PPI_ENABLED
|
#ifndef PPI_ENABLED
|
||||||
#define PPI_ENABLED 1
|
#define PPI_ENABLED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// <e> PWM_ENABLED - nrf_drv_pwm - PWM peripheral driver - legacy layer
|
// <e> PWM_ENABLED - nrf_drv_pwm - PWM peripheral driver - legacy layer
|
||||||
|
|
Loading…
Reference in New Issue