Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_i2c.c')
-rw-r--r--Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_i2c.c b/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_i2c.c
index c19c7198a..a531c1efc 100644
--- a/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_i2c.c
+++ b/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_ll_i2c.c
@@ -25,7 +25,7 @@
#include "stm32_assert.h"
#else
#define assert_param(expr) ((void)0U)
-#endif
+#endif /* USE_FULL_ASSERT */
/** @addtogroup STM32WBxx_LL_Driver
* @{
@@ -108,7 +108,7 @@ ErrorStatus LL_I2C_DeInit(I2C_TypeDef *I2Cx)
/* Release reset of I2C clock */
LL_APB1_GRP1_ReleaseReset(LL_APB1_GRP1_PERIPH_I2C3);
}
-#endif
+#endif /* I2C3 */
else
{
status = ERROR;