Fixed bug #679.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8570 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
baf8b1a40e
commit
87ae0ef123
|
@ -233,7 +233,7 @@
|
|||
#define STM32_SPI2_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 5))
|
||||
#define STM32_SPI2_TX_DMA_CHN 0x00010000
|
||||
|
||||
#define STM32_HAS_SPI3 FALSE
|
||||
#define STM32_HAS_SPI3 TRUE
|
||||
#define STM32_SPI3_SUPPORTS_I2S FALSE
|
||||
#define STM32_SPI3_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(2, 1))
|
||||
#define STM32_SPI3_RX_DMA_CHN 0x00000003
|
||||
|
|
Loading…
Reference in New Issue