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

nrf51dk: Enable the nRF51 built-in DC/DC converter

This commit is contained in:
Koen Zandberg 2020-03-07 17:08:40 +01:00
parent bea3f71f91
commit 71589a11ec
No known key found for this signature in database
GPG Key ID: 0E63411F8FCA8247

View File

@ -74,6 +74,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