aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F3xx/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-04 15:02:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-04 15:02:49 +0000
commitd65e5e6b0d687a87abfad5f92a27e5920314f0fa (patch)
tree34546c2c049abf7609b4d94ff0396cb2bc188a98 /os/hal/platforms/STM32F3xx/hal_lld.h
parent1374037cdcc0ec26be0507aa0886624746ed52ae (diff)
downloadChibiOS-d65e5e6b0d687a87abfad5f92a27e5920314f0fa.tar.gz
ChibiOS-d65e5e6b0d687a87abfad5f92a27e5920314f0fa.tar.bz2
ChibiOS-d65e5e6b0d687a87abfad5f92a27e5920314f0fa.zip
Serial support for STM32F3xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4871 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/hal_lld.h')
-rw-r--r--os/hal/platforms/STM32F3xx/hal_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F3xx/hal_lld.h b/os/hal/platforms/STM32F3xx/hal_lld.h
index 79e971743..826376fc4 100644
--- a/os/hal/platforms/STM32F3xx/hal_lld.h
+++ b/os/hal/platforms/STM32F3xx/hal_lld.h
@@ -1287,8 +1287,8 @@ typedef uint32_t halrtcnt_t;
/*===========================================================================*/
/* STM32 ISR, DMA and RCC helpers.*/
-/*#include "stm32_isr.h"
-#include "stm32_dma.h"*/
+#include "stm32_isr.h"
+/*#include "stm32_dma.h"*/
#include "stm32_rcc.h"
#ifdef __cplusplus