diff options
Diffstat (limited to 'stm/lib/stm32f4xx_dac.c')
-rw-r--r-- | stm/lib/stm32f4xx_dac.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stm/lib/stm32f4xx_dac.c b/stm/lib/stm32f4xx_dac.c index bc19fb3b33..daff78d883 100644 --- a/stm/lib/stm32f4xx_dac.c +++ b/stm/lib/stm32f4xx_dac.c @@ -2,8 +2,8 @@ ******************************************************************************
* @file stm32f4xx_dac.c
* @author MCD Application Team
- * @version V1.1.0
- * @date 11-January-2013
+ * @version V1.3.0
+ * @date 08-November-2013
* @brief This file provides firmware functions to manage the following
* functionalities of the Digital-to-Analog Converter (DAC) peripheral:
* + DAC channels configuration: trigger, output buffer, data format
@@ -128,7 +128,6 @@ /* Includes ------------------------------------------------------------------*/
-#include "stm32f4xx_conf.h"
#include "stm32f4xx_dac.h"
#include "stm32f4xx_rcc.h"
|