aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/spi_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-28 14:18:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-28 14:18:38 +0000
commit8b412a5a708a025dd7291d8c235a1e93b85dcb29 (patch)
tree7fd0e3856fa1530a012049ffb929fbe4f4e852da /os/hal/platforms/STM32/spi_lld.c
parent16178e1c45a76544d34ce63db37932838353637c (diff)
downloadChibiOS-8b412a5a708a025dd7291d8c235a1e93b85dcb29.tar.gz
ChibiOS-8b412a5a708a025dd7291d8c235a1e93b85dcb29.tar.bz2
ChibiOS-8b412a5a708a025dd7291d8c235a1e93b85dcb29.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1334 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/spi_lld.c')
-rw-r--r--os/hal/platforms/STM32/spi_lld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/spi_lld.c b/os/hal/platforms/STM32/spi_lld.c
index 1d73646a0..0adbe4d8a 100644
--- a/os/hal/platforms/STM32/spi_lld.c
+++ b/os/hal/platforms/STM32/spi_lld.c
@@ -26,8 +26,6 @@
#include "ch.h"
#include "hal.h"
-#include "nvic.h"
-#include "stm32_dma.h"
#if CH_HAL_USE_SPI