Skip to content

Commit 66195af

Browse files
committed
add the fixed format
1 parent b1dbe51 commit 66195af

File tree

29 files changed

+16415
-24627
lines changed

29 files changed

+16415
-24627
lines changed

bsp/nrf5x/libraries/cmsis/include/arm_common_tables.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
33
*
44
* $Date: 19. October 2015
5-
* $Revision: V.1.4.5 a
5+
* $Revision: V.1.4.5 a
66
*
7-
* Project: CMSIS DSP Library
8-
* Title: arm_common_tables.h
7+
* Project: CMSIS DSP Library
8+
* Title: arm_common_tables.h
99
*
10-
* Description: This file has extern declaration for common tables like Bitreverse, reciprocal etc which are used across different functions
10+
* Description: This file has extern declaration for common tables like Bitreverse, reciprocal etc which are used across different functions
1111
*
1212
* Target Processor: Cortex-M4/Cortex-M3
1313
*

bsp/nrf5x/libraries/cmsis/include/arm_const_structs.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
33
*
44
* $Date: 19. March 2015
5-
* $Revision: V.1.4.5
5+
* $Revision: V.1.4.5
66
*
7-
* Project: CMSIS DSP Library
8-
* Title: arm_const_structs.h
7+
* Project: CMSIS DSP Library
8+
* Title: arm_const_structs.h
99
*
10-
* Description: This file has constant structs that are initialized for
10+
* Description: This file has constant structs that are initialized for
1111
* user convenience. For example, some can be given as
1212
* arguments to the arm_cfft_f32() function.
1313
*

bsp/nrf5x/libraries/cmsis/include/cmsis_armcc_V6.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ __attribute__((always_inline)) __STATIC_INLINE void __set_BASEPRI_MAX(uint32_t v
464464
/**
465465
\brief Set Base Priority with condition (non_secure)
466466
\details Assigns the given value to the non-secure Base Priority register when in secure state only if BASEPRI masking is disabled,
467-
or the new value increases the BASEPRI priority level.
467+
or the new value increases the BASEPRI priority level.
468468
\param [in] basePri Base Priority value to set
469469
*/
470470
__attribute__((always_inline)) __STATIC_INLINE void __TZ_set_BASEPRI_MAX_NS(uint32_t value)

0 commit comments

Comments
 (0)