nrf5/boards: Adding config flag for HAL_PWM in pca10040 and pca10056.

This commit is contained in:
Glenn Ruben Bakke 2016-12-16 19:49:58 +01:00
parent 930112753a
commit 36a232182a
2 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,6 @@
#define HAL_SPI_MODULE_ENABLED
// #define HAL_SPIE_MODULE_ENABLED
#define HAL_TIME_MODULE_ENABLED
// #define HAL_PWM_MODULE_ENABLED
#endif // NRF52_HAL_CONF_H__

View File

@ -6,5 +6,6 @@
// #define HAL_SPI_MODULE_ENABLED
// #define HAL_SPIE_MODULE_ENABLED
#define HAL_TIME_MODULE_ENABLED
// #define HAL_PWM_MODULE_ENABLED
#endif // NRF52_HAL_CONF_H__