Skip to content

Commit

Permalink
boards: sltb001a: throw error on EMU_DCDCINIT_OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Sep 17, 2018
1 parent 333ae1e commit e12d4e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/sltb001a/include/periph_conf.h
Expand Up @@ -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
* @{
Expand Down

0 comments on commit e12d4e8

Please sign in to comment.