1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

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