boards/f4vi1: added DAC configuration

This commit is contained in:
Hauke Petersen 2016-03-14 20:31:57 +01:00
parent 02194dad64
commit 54b76cacab

View File

@ -111,6 +111,13 @@ static const uart_conf_t uart_config[] = {
#define ADC_NUMOF (0)
/** @} */
/**
* @brief DAC configuration
* @{
*/
#define DAC_NUMOF (0)
/** @} */
#ifdef __cplusplus
}
#endif