aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F30x/USB_CDC/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-25 09:37:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-25 09:37:34 +0000
commit5901a354ef4dbc849a3f6ed9539597c27cdb3810 (patch)
treea3cca0aab2bc23c179092dfc1e3156c4c171d7db /testhal/STM32F30x/USB_CDC/mcuconf.h
parentde38efdc972e24ff7eb7a80ec40ad666e1f66bd1 (diff)
downloadChibiOS-5901a354ef4dbc849a3f6ed9539597c27cdb3810.tar.gz
ChibiOS-5901a354ef4dbc849a3f6ed9539597c27cdb3810.tar.bz2
ChibiOS-5901a354ef4dbc849a3f6ed9539597c27cdb3810.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6224 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F30x/USB_CDC/mcuconf.h')
-rw-r--r--testhal/STM32F30x/USB_CDC/mcuconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32F30x/USB_CDC/mcuconf.h b/testhal/STM32F30x/USB_CDC/mcuconf.h
index 427409fdc..52b6ca5a4 100644
--- a/testhal/STM32F30x/USB_CDC/mcuconf.h
+++ b/testhal/STM32F30x/USB_CDC/mcuconf.h
@@ -179,9 +179,9 @@
/*
* SPI driver system settings.
*/
-#define STM32_SPI_USE_SPI1 TRUE
-#define STM32_SPI_USE_SPI2 TRUE
-#define STM32_SPI_USE_SPI3 TRUE
+#define STM32_SPI_USE_SPI1 FALSE
+#define STM32_SPI_USE_SPI2 FALSE
+#define STM32_SPI_USE_SPI3 FALSE
#define STM32_SPI_SPI1_DMA_PRIORITY 1
#define STM32_SPI_SPI2_DMA_PRIORITY 1
#define STM32_SPI_SPI3_DMA_PRIORITY 1