diff --git a/boards/slstk3401a/include/periph_conf.h b/boards/slstk3401a/include/periph_conf.h index 550dda54a0a86ea4eb6a3d03305d30dd1016fa3f..80788ceb6836badf54a55342a800330ee89078a6 100644 --- a/boards/slstk3401a/include/periph_conf.h +++ b/boards/slstk3401a/include/periph_conf.h @@ -54,6 +54,15 @@ extern "C" { #endif /** @} */ +/** + * @name DC-DC configuration + * @{ + */ +#ifdef EMU_DCDCINIT_OFF +#error "This option will soft-brick your board. Please remove it." +#endif +/** @} */ + /** * @name ADC configuration * @{