diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-22 07:39:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-22 07:39:59 +0000 |
commit | 731ff282811d9f7dd10470fbe80cc2cdfd16c599 (patch) | |
tree | 231c68de031d075312e8e7d02fb5f7d2d9804dc1 /testhal/STM32F1xx/SPI/mcuconf.h | |
parent | a02e6d83326e58b1cb5ecdbbb28091489269e87a (diff) | |
download | ChibiOS-731ff282811d9f7dd10470fbe80cc2cdfd16c599.tar.gz ChibiOS-731ff282811d9f7dd10470fbe80cc2cdfd16c599.tar.bz2 ChibiOS-731ff282811d9f7dd10470fbe80cc2cdfd16c599.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4611 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/SPI/mcuconf.h')
-rw-r--r-- | testhal/STM32F1xx/SPI/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F1xx/SPI/mcuconf.h b/testhal/STM32F1xx/SPI/mcuconf.h index 8dccb622c..30c93e742 100644 --- a/testhal/STM32F1xx/SPI/mcuconf.h +++ b/testhal/STM32F1xx/SPI/mcuconf.h @@ -168,8 +168,8 @@ /*
* SPI driver system settings.
*/
-#define STM32_SPI_USE_SPI1 FALSE
-#define STM32_SPI_USE_SPI2 FALSE
+#define STM32_SPI_USE_SPI1 TRUE
+#define STM32_SPI_USE_SPI2 TRUE
#define STM32_SPI_USE_SPI3 FALSE
#define STM32_SPI_SPI1_DMA_PRIORITY 1
#define STM32_SPI_SPI2_DMA_PRIORITY 1
|