Skip to content

Commit e84ca09

Browse files
committed
规范代码格式
1 parent e22d0e2 commit e84ca09

11 files changed

+29
-29
lines changed

inc/irq_stm32f0.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @file irq_stm32f0.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
9-
* @par ÐÞ¸ÄÈÕÖ¾:
8+
* @attention
9+
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version
1212
*/

inc/irq_stm32f1.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @file irq_stm32f1.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
8+
* @attention
99
* @par Change log
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version
@@ -32,7 +32,7 @@
3232
[18] = "ADC_IRQn", /*!< ADC1 and ADC2 global Interrupts */
3333
#if defined (STM32F102x6) || defined (STM32F102xB)
3434
[19] = "USB_HP_IRQn", /*!< USB Device High Priority */
35-
[20] = "USB_LP_IRQn", /*!< USB Device Low Priority */
35+
[20] = "USB_LP_IRQn", /*!< USB Device Low Priority */
3636
#else
3737
[19] = "CAN1_TX_IRQn", /*!< CAN1 TX Interrupt */
3838
[20] = "CAN1_RX0_IRQn", /*!< CAN1 RX0 Interrupt */

inc/irq_stm32f2.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @file irq_stm32f2.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
9-
* @par ÐÞ¸ÄÈÕÖ¾:
8+
* @attention
9+
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version
1212
*/

inc/irq_stm32f3.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @file irq_stm32f3.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
8+
* @attention
99
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version

inc/irq_stm32f4.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @file irq_stm32f4.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
9-
* @par ÐÞ¸ÄÈÕÖ¾:
8+
* @attention
9+
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version
1212
*/

inc/irq_stm32f7.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @file irq_stm32f7.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
9-
* @par ÐÞ¸ÄÈÕÖ¾:
8+
* @attention
9+
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version
1212
*/

inc/irq_stm32g0.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @file irq_stm32g0.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
9-
* @par ÐÞ¸ÄÈÕÖ¾:
8+
* @attention
9+
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version
1212
*/

inc/irq_stm32g4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @file irq_stm32g4.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
8+
* @attention
99
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version

inc/irq_stm32h7.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @file irq_stm32h7.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
9-
* @par 修改日志:
8+
* @attention
9+
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version
1212
*/

inc/irq_stm32l0.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @file irq_stm32l0.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
8+
* @attention
99
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version

inc/irq_stm32l4.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @file irq_stm32l4.h
3-
* @brief
3+
* @brief
44
* @author HLY (1425075683@qq.com)
55
* @version 1.0
66
* @date 2022-12-27
77
* @copyright Copyright (c) 2022
8-
* @attention
8+
* @attention
99
* @par Change log:
1010
* Date Version Author Description
1111
* 2022-12-27 1.0 HLY first version

0 commit comments

Comments
 (0)