From 9f00c48bf3e86435c2b31ae695b8d3e8c1c2d3a6 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 7 Mar 2019 21:38:00 +0100 Subject: [PATCH] stm32-f4discovery-cc256x: enable i2c + i2s hal --- port/stm32-f4discovery-cc256x-2/Inc/stm32f4xx_hal_conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/stm32-f4discovery-cc256x-2/Inc/stm32f4xx_hal_conf.h b/port/stm32-f4discovery-cc256x-2/Inc/stm32f4xx_hal_conf.h index 19e139ab5..12f76bc5e 100644 --- a/port/stm32-f4discovery-cc256x-2/Inc/stm32f4xx_hal_conf.h +++ b/port/stm32-f4discovery-cc256x-2/Inc/stm32f4xx_hal_conf.h @@ -64,8 +64,8 @@ /* #define HAL_SRAM_MODULE_ENABLED */ /* #define HAL_SDRAM_MODULE_ENABLED */ /* #define HAL_HASH_MODULE_ENABLED */ -/* #define HAL_I2C_MODULE_ENABLED */ -/* #define HAL_I2S_MODULE_ENABLED */ +#define HAL_I2C_MODULE_ENABLED +#define HAL_I2S_MODULE_ENABLED /* #define HAL_IWDG_MODULE_ENABLED */ /* #define HAL_LTDC_MODULE_ENABLED */ /* #define HAL_RNG_MODULE_ENABLED */