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/BSP/STM32WB5MM-DK/stm32wb5mm_dk_qspi.c')
-rw-r--r--Drivers/BSP/STM32WB5MM-DK/stm32wb5mm_dk_qspi.c24
1 files changed, 11 insertions, 13 deletions
diff --git a/Drivers/BSP/STM32WB5MM-DK/stm32wb5mm_dk_qspi.c b/Drivers/BSP/STM32WB5MM-DK/stm32wb5mm_dk_qspi.c
index b16d0d706..7aba86274 100644
--- a/Drivers/BSP/STM32WB5MM-DK/stm32wb5mm_dk_qspi.c
+++ b/Drivers/BSP/STM32WB5MM-DK/stm32wb5mm_dk_qspi.c
@@ -4,6 +4,17 @@
* @author MCD Application Team
* @brief This file includes a standard driver for the S25FL128S QSPI
* memory mounted on STM32WB5MM-DK board.
+ ******************************************************************************
+ * @attention
+ *
+ * Copyright (c) 2021 STMicroelectronics.
+ * All rights reserved.
+ *
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
+ *
+ ******************************************************************************
@verbatim
==============================================================================
##### How to use this driver #####
@@ -37,16 +48,6 @@
Memory type, Memory density.
@endverbatim
******************************************************************************
- * @attention
- *
- * Copyright (c) 2021 STMicroelectronics.
- * All rights reserved.
- *
- * This software is licensed under terms that can be found in the LICENSE file
- * in the root directory of this software component.
- * If no LICENSE file comes with this software, it is provided AS-IS.
- *
- ******************************************************************************
*/
/* Includes ------------------------------------------------------------------*/
@@ -919,6 +920,3 @@ static int32_t QSPI_DummyCyclesCfg(uint32_t Instance)
/**
* @}
*/
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
-