diff options
Diffstat (limited to 'Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c')
-rw-r--r-- | Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c b/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c index e0c148b..3acb886 100644 --- a/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c +++ b/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_spi.c @@ -93,6 +93,7 @@ /* Includes ------------------------------------------------------------------*/ #include "stm32f0xx_spi.h" #include "stm32f0xx_rcc.h" +#include "stm32f0xx_conf.h" /** @addtogroup STM32F0xx_StdPeriph_Driver * @{ |