boards: sltb001a: throw error on EMU_DCDCINIT_OFF
This commit is contained in:
parent
333ae1ee2b
commit
e12d4e8a2f
@ -54,6 +54,15 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name DC-DC configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#ifdef EMU_DCDCINIT_OFF
|
||||||
|
#error "This option will soft-brick your board. Please remove it."
|
||||||
|
#endif
|
||||||
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name ADC configuration
|
* @name ADC configuration
|
||||||
* @{
|
* @{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user