1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

nrf52840-mdk: Enable the nRF52 built-in DC/DC converter

This commit is contained in:
Koen Zandberg 2020-03-07 17:09:38 +01:00
parent 87b2aa5ed9
commit 822590ad56
No known key found for this signature in database
GPG Key ID: 0E63411F8FCA8247

View File

@ -51,6 +51,11 @@ static const uart_conf_t uart_config[] = {
#define UART_NUMOF ARRAY_SIZE(uart_config)
/** @} */
/**
* @brief Enable the internal DC/DC converter
*/
#define NRF5X_ENABLE_DCDC
#ifdef __cplusplus
}
#endif