diff options
author | Eugene Krashtan <Eugene.Krashtan@opensynergy.com> | 2019-03-13 17:39:46 +0200 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-03-24 12:10:19 -0400 |
commit | 45f0ea29a6f79d500a902d8f73da65d1d230f902 (patch) | |
tree | 44b550713f83b7d69979da2464b12579a707affe /src/stm32f0/stm32f0xx_hal_conf.h | |
parent | b79db3e3d6d16e25af6483a6064cd3691387a1c8 (diff) | |
download | kutter-45f0ea29a6f79d500a902d8f73da65d1d230f902.tar.gz kutter-45f0ea29a6f79d500a902d8f73da65d1d230f902.tar.xz kutter-45f0ea29a6f79d500a902d8f73da65d1d230f902.zip |
stm32f0: SPI and i2c interfaces added
Signed-off-by: Eugene Krashtan <eug.krashtan@gmail.com>
Diffstat (limited to 'src/stm32f0/stm32f0xx_hal_conf.h')
-rw-r--r-- | src/stm32f0/stm32f0xx_hal_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm32f0/stm32f0xx_hal_conf.h b/src/stm32f0/stm32f0xx_hal_conf.h index fdc58be4..5457b8a1 100644 --- a/src/stm32f0/stm32f0xx_hal_conf.h +++ b/src/stm32f0/stm32f0xx_hal_conf.h @@ -63,7 +63,7 @@ /*#define HAL_LPTIM_MODULE_ENABLED */ /*#define HAL_RNG_MODULE_ENABLED */ /*#define HAL_RTC_MODULE_ENABLED */ -/*#define HAL_SPI_MODULE_ENABLED */ +#define HAL_SPI_MODULE_ENABLED #define HAL_TIM_MODULE_ENABLED #define HAL_UART_MODULE_ENABLED /*#define HAL_USART_MODULE_ENABLED */ |