From 87ae0ef1239d746ced6ae9320154d635dba5f68d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 8 Dec 2015 13:43:52 +0000 Subject: Fixed bug #679. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8570 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') 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 -- cgit v1.2.3