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 'Middlewares/ST/STM32_TouchSensing_Library/src/tsl_acq_stm32l1xx_hw.c')
-rw-r--r--Middlewares/ST/STM32_TouchSensing_Library/src/tsl_acq_stm32l1xx_hw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Middlewares/ST/STM32_TouchSensing_Library/src/tsl_acq_stm32l1xx_hw.c b/Middlewares/ST/STM32_TouchSensing_Library/src/tsl_acq_stm32l1xx_hw.c
index 34ef7a033..e16f5c374 100644
--- a/Middlewares/ST/STM32_TouchSensing_Library/src/tsl_acq_stm32l1xx_hw.c
+++ b/Middlewares/ST/STM32_TouchSensing_Library/src/tsl_acq_stm32l1xx_hw.c
@@ -2,8 +2,6 @@
******************************************************************************
* @file tsl_acq_stm32l1xx_hw.c
* @author MCD Application Team
- * @version V2.2.0
- * @date 01-february-2016
* @brief This file contains all functions to manage the acquisition
* on STM32l1xx products using the Hardware mode (with Timers).
******************************************************************************
@@ -879,7 +877,7 @@ TSL_Bool_enum_T TSL_acq_TestFirstReferenceIsValid(TSL_ChannelData_T *pCh, TSL_tM
#elif defined(__CC_ARM) // Keil/MDK-ARM
#pragma O1
#pragma Ospace
-#elif defined(__GNUC__) // Atollic/True Studio + Raisonance/RKit
+#elif defined(__GNUC__) // Atollic/True Studio + AC6/SW4STM32
#pragma GCC push_options
#pragma GCC optimize ("O0")
#endif