1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/nrf52840dongle: enable DCDC converters

This commit is contained in:
Hauke Petersen 2021-01-20 12:41:05 +01:00
parent 3a9f8d5851
commit f3d0be4566

View File

@ -71,6 +71,13 @@ static const pwm_conf_t pwm_config[] = {
#define PWM_NUMOF ARRAY_SIZE(pwm_config)
/** @} */
/**
* @brief Enable the internal DC/DC converter
*/
#ifndef NRF5X_ENABLE_DCDC
#define NRF5X_ENABLE_DCDC 1
#endif
#ifdef __cplusplus
}
#endif