aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L4xx+/hal_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-15 14:47:18 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-15 14:47:18 +0000
commitfe2fb8757056efa555ed77277de1cc207bb01baa (patch)
treed7990973a9a92eac0f98e50690f2af3d98f1ad1c /os/hal/ports/STM32/STM32L4xx+/hal_lld.h
parentad5ce47a747f8a41341fa869607588584a284631 (diff)
downloadChibiOS-fe2fb8757056efa555ed77277de1cc207bb01baa.tar.gz
ChibiOS-fe2fb8757056efa555ed77277de1cc207bb01baa.tar.bz2
ChibiOS-fe2fb8757056efa555ed77277de1cc207bb01baa.zip
SPI files for L4+, to be continued.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12264 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx+/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32L4xx+/hal_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx+/hal_lld.h b/os/hal/ports/STM32/STM32L4xx+/hal_lld.h
index d274d58f2..afc4f5692 100644
--- a/os/hal/ports/STM32/STM32L4xx+/hal_lld.h
+++ b/os/hal/ports/STM32/STM32L4xx+/hal_lld.h
@@ -2276,7 +2276,7 @@
#include "cache.h"
#include "mpu_v7m.h"
#include "stm32_isr.h"
-//#include "stm32_dma.h"
+#include "stm32_dma.h"
#include "stm32_rcc.h"
#ifdef __cplusplus