mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards: slstk3401a: throw error on EMU_DCDCINIT_OFF
This commit is contained in:
parent
fbb490a2e0
commit
333ae1ee2b
@ -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
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user