boards: sltb001a: throw error on EMU_DCDCINIT_OFF

This commit is contained in:
Bas Stottelaar 2018-09-17 19:36:56 +02:00
parent 333ae1ee2b
commit e12d4e8a2f

View File

@ -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
* @{