From ec2a3d33c86a08322577adbb230fb1b89e0799be Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Sat, 7 Mar 2020 17:07:45 +0100 Subject: [PATCH] acd52832: Enable the nRF52 built-in DC/DC converter --- boards/acd52832/include/periph_conf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/acd52832/include/periph_conf.h b/boards/acd52832/include/periph_conf.h index fcecf37af9..f10c84fe87 100644 --- a/boards/acd52832/include/periph_conf.h +++ b/boards/acd52832/include/periph_conf.h @@ -80,6 +80,11 @@ static const i2c_conf_t i2c_config[] = { #define I2C_NUMOF ARRAY_SIZE(i2c_config) /** @} */ +/** + * @brief Enable the internal DC/DC converter + */ +#define NRF5X_ENABLE_DCDC + #ifdef __cplusplus } #endif