From bef16095dfdd8ae60b7b685b8ec24c12eba9f6c5 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Sat, 7 Mar 2020 17:10:20 +0100 Subject: [PATCH] pinetime: Enable the nRF52 built-in DC/DC converter --- boards/pinetime/include/periph_conf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/pinetime/include/periph_conf.h b/boards/pinetime/include/periph_conf.h index ae4967ba2d..edba426018 100644 --- a/boards/pinetime/include/periph_conf.h +++ b/boards/pinetime/include/periph_conf.h @@ -63,6 +63,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