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 'Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/STM32CubeIDE/Application/Startup/app_lld_tests_iar_asm.s')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/STM32CubeIDE/Application/Startup/app_lld_tests_iar_asm.s13
1 files changed, 8 insertions, 5 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/STM32CubeIDE/Application/Startup/app_lld_tests_iar_asm.s b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/STM32CubeIDE/Application/Startup/app_lld_tests_iar_asm.s
index b770df4df..3da84c917 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/STM32CubeIDE/Application/Startup/app_lld_tests_iar_asm.s
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/STM32CubeIDE/Application/Startup/app_lld_tests_iar_asm.s
@@ -1,12 +1,17 @@
;/**
; ******************************************************************************
; * @file app_lld_tests_iar_asm.s
-; * @brief Common functionnalities for RF LLD tests that must be writen
+; * @brief Common functionalities for RF LLD tests that must be written
; * in assembler for IAR compilator
; ******************************************************************************
; * @attention
; *
-; * <h2><center>&copy; COPYRIGHT 2018 STMicroelectronics</center></h2>
+; * Copyright (c) 2019 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.
; *
; ******************************************************************************
; */
@@ -19,7 +24,7 @@
; * - This function has been implemented for system clock set to 16MHz. It must
; * be rewiewed (twice more NOP) for 32Mhz config.
; * - This function can be interrupted if used in interruptible part of code.
-; * - Be carefull with the use of critical section that can interrupt the reel
+; * - Be careful with the use of critical section that can interrupt the reel
; * time during input microsec value.
; * - If 0 is given as input
; */
@@ -80,5 +85,3 @@ us_delay_32m:
BX LR
-
-/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****/