aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-05-13 13:38:32 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-05-13 13:38:32 +0000
commit1ad8c870549318d964dc295cfbaba874d83ccf01 (patch)
treeca52a8366bfe86c9c481f80f656768571129a4db /os/hal/ports/STM32/LLD
parentc9c16d94950005f7c7eca26a14937c45557d084b (diff)
downloadChibiOS-1ad8c870549318d964dc295cfbaba874d83ccf01.tar.gz
ChibiOS-1ad8c870549318d964dc295cfbaba874d83ccf01.tar.bz2
ChibiOS-1ad8c870549318d964dc295cfbaba874d83ccf01.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7981 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD')
-rw-r--r--os/hal/ports/STM32/LLD/DACv1/dac_lld.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/DACv1/dac_lld.h b/os/hal/ports/STM32/LLD/DACv1/dac_lld.h
index 6bd8568ee..de21bda63 100644
--- a/os/hal/ports/STM32/LLD/DACv1/dac_lld.h
+++ b/os/hal/ports/STM32/LLD/DACv1/dac_lld.h
@@ -25,8 +25,6 @@
#ifndef _DAC_LLD_H_
#define _DAC_LLD_H_
-#include "stm32_tim.h"
-
#if HAL_USE_DAC || defined(__DOXYGEN__)
/*===========================================================================*/
@@ -150,7 +148,8 @@
#if !defined(STM32_DAC_DAC2_CH2_DMA_PRIORITY) || defined(__DOXYGEN__)
#define STM32_DAC_DAC2_CH2_DMA_PRIORITY 2
#endif
-
+/** @} */
+
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/