diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-16 17:38:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-16 17:38:22 +0000 |
commit | 3a94137eb38857d9780a5ef65be30736804dea46 (patch) | |
tree | 3f2742af90d08db7c09a6ba9d0304a49225000fd /os/hal/platforms/STM32L1xx | |
parent | 46538d795be83d1d54b132e7d57213cb6d975c51 (diff) | |
download | ChibiOS-3a94137eb38857d9780a5ef65be30736804dea46.tar.gz ChibiOS-3a94137eb38857d9780a5ef65be30736804dea46.tar.bz2 ChibiOS-3a94137eb38857d9780a5ef65be30736804dea46.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3320 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx')
-rw-r--r-- | os/hal/platforms/STM32L1xx/hal_lld.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h index 97cfde0b7..e650be5d7 100644 --- a/os/hal/platforms/STM32L1xx/hal_lld.h +++ b/os/hal/platforms/STM32L1xx/hal_lld.h @@ -787,8 +787,9 @@ /* External declarations. */
/*===========================================================================*/
-/* STM32 DMA support code.*/
+/* STM32 DMA and RCC helpers.*/
#include "stm32_dma.h"
+#include "stm32_rcc.h"
#ifdef __cplusplus
extern "C" {
|