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/EWARM/app_lld_tests_iar_asm.s')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/EWARM/app_lld_tests_iar_asm.s12
1 files changed, 8 insertions, 4 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/EWARM/app_lld_tests_iar_asm.s b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/EWARM/app_lld_tests_iar_asm.s
index 987eb201e..d2c3f8ae9 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/EWARM/app_lld_tests_iar_asm.s
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Applications/Phy_802_15_4/Phy_802_15_4_Cli/EWARM/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
; */
@@ -82,5 +87,4 @@ loop_32m:
END
-;************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE*****