From 0573db8a85195d4cf080413edbe0e3b5c8ba18e5 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Sat, 7 Mar 2020 17:10:54 +0100 Subject: [PATCH] reel: Enable the nRF52 built-in DC/DC converter --- boards/reel/include/periph_conf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/boards/reel/include/periph_conf.h b/boards/reel/include/periph_conf.h index a85fe7388d..58d5df0138 100644 --- a/boards/reel/include/periph_conf.h +++ b/boards/reel/include/periph_conf.h @@ -66,6 +66,11 @@ static const spi_conf_t spi_config[] = { #define SPI_NUMOF ARRAY_SIZE(spi_config) /** @} */ +/** + * @brief Enable the internal DC/DC converter + */ +#define NRF5X_ENABLE_DCDC + #ifdef __cplusplus } #endif