Enabling NRFX_PPI_ENABLED for serial_api updates

pull/10652/head
RFulchiero 2018-12-06 12:44:47 -06:00 committed by desmond.chen
parent 74cb69873c
commit 36c70a1c78
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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