diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-08 13:43:52 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-08 13:43:52 +0000 |
commit | 87ae0ef1239d746ced6ae9320154d635dba5f68d (patch) | |
tree | 7e3c3f1cedd2b39f5d0a1f1d3e9040f8f7ebab1f | |
parent | baf8b1a40e60ef34159eaa5e52cbbb72a41fb103 (diff) | |
download | ChibiOS-87ae0ef1239d746ced6ae9320154d635dba5f68d.tar.gz ChibiOS-87ae0ef1239d746ced6ae9320154d635dba5f68d.tar.bz2 ChibiOS-87ae0ef1239d746ced6ae9320154d635dba5f68d.zip |
Fixed bug #679.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8570 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h index eebf9a285..4c684760d 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h @@ -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
|