1
0
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:
Bas Stottelaar 2018-09-17 19:36:45 +02:00
parent fbb490a2e0
commit 333ae1ee2b

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