nrf52: Enable PWM HAL for both pca10040 (nrf52832) and pca10056 (nrf52840).

This commit is contained in:
Glenn Ruben Bakke 2016-12-17 01:21:32 +01:00
parent 275bf46831
commit dd9812e1e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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