From 87f87726f9e8895ff545d602b34e96a291c45c4d Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Fri, 11 Mar 2016 19:41:55 +0100 Subject: [PATCH] boards/f4vi1: added dummy ADC config --- boards/f4vi1/include/periph_conf.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/boards/f4vi1/include/periph_conf.h b/boards/f4vi1/include/periph_conf.h index 4b596fe916..858cb098fe 100644 --- a/boards/f4vi1/include/periph_conf.h +++ b/boards/f4vi1/include/periph_conf.h @@ -104,6 +104,13 @@ static const uart_conf_t uart_config[] = { #define UART_NUMOF (sizeof(uart_config) / sizeof(uart_config[0])) /** @} */ +/** + * @brief ADC configuration + * @{ + */ +#define ADC_NUMOF (0) +/** @} */ + #ifdef __cplusplus } #endif