diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-20 11:03:22 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-20 11:03:22 +0000 |
commit | b295f4426ccac9cbafe9bd382a34175dffd8992a (patch) | |
tree | 59c808e581cb9c63dbf1d90ebd2920fda943d4bc /testhal/STM32F4xx | |
parent | 1e7ce9301626ece84c0811c3a4cd55fa60b8680d (diff) | |
download | ChibiOS-b295f4426ccac9cbafe9bd382a34175dffd8992a.tar.gz ChibiOS-b295f4426ccac9cbafe9bd382a34175dffd8992a.tar.bz2 ChibiOS-b295f4426ccac9cbafe9bd382a34175dffd8992a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6307 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx')
-rw-r--r-- | testhal/STM32F4xx/SPI/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/SPI/mcuconf.h b/testhal/STM32F4xx/SPI/mcuconf.h index ac2885816..78300a17b 100644 --- a/testhal/STM32F4xx/SPI/mcuconf.h +++ b/testhal/STM32F4xx/SPI/mcuconf.h @@ -239,12 +239,12 @@ #define STM32_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DMA failure")
/*
-/*
* ST driver system settings.
*/
#define STM32_ST_IRQ_PRIORITY 8
#define STM32_ST_USE_TIMER 2
+/*
* UART driver system settings.
*/
#define STM32_UART_USE_USART1 FALSE
|