소스 검색

规范代码格式

wdfk-prog 3 년 전
부모
커밋
e84ca09ad5
11개의 변경된 파일29개의 추가작업 그리고 29개의 파일을 삭제
  1. 3 3
      inc/irq_stm32f0.h
  2. 3 3
      inc/irq_stm32f1.h
  3. 3 3
      inc/irq_stm32f2.h
  4. 2 2
      inc/irq_stm32f3.h
  5. 3 3
      inc/irq_stm32f4.h
  6. 3 3
      inc/irq_stm32f7.h
  7. 3 3
      inc/irq_stm32g0.h
  8. 2 2
      inc/irq_stm32g4.h
  9. 3 3
      inc/irq_stm32h7.h
  10. 2 2
      inc/irq_stm32l0.h
  11. 2 2
      inc/irq_stm32l4.h

+ 3 - 3
inc/irq_stm32f0.h

@@ -1,12 +1,12 @@
 /**
  * @file irq_stm32f0.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
- * @par ÐÞ¸ÄÈÕÖ¾:
+ * @attention
+ * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version
  */

+ 3 - 3
inc/irq_stm32f1.h

@@ -1,11 +1,11 @@
 /**
  * @file irq_stm32f1.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
+ * @attention
  * @par Change log
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version
@@ -32,7 +32,7 @@
   [18]  = "ADC_IRQn",               /*!< ADC1 and  ADC2 global Interrupts                                  */
 #if defined (STM32F102x6) || defined (STM32F102xB)
   [19]  = "USB_HP_IRQn",            /*!< USB Device High Priority                             */
-  [20]  = "USB_LP_IRQn",            /*!< USB Device Low Priority                              */ 
+  [20]  = "USB_LP_IRQn",            /*!< USB Device Low Priority                              */
 #else
   [19]  = "CAN1_TX_IRQn",           /*!< CAN1 TX Interrupt                                                 */
   [20]  = "CAN1_RX0_IRQn",          /*!< CAN1 RX0 Interrupt                                                */

+ 3 - 3
inc/irq_stm32f2.h

@@ -1,12 +1,12 @@
 /**
  * @file irq_stm32f2.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
- * @par ÐÞ¸ÄÈÕÖ¾:
+ * @attention
+ * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version
  */

+ 2 - 2
inc/irq_stm32f3.h

@@ -1,11 +1,11 @@
 /**
  * @file irq_stm32f3.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
+ * @attention
  * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version

+ 3 - 3
inc/irq_stm32f4.h

@@ -1,12 +1,12 @@
 /**
  * @file irq_stm32f4.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
- * @par ÐÞ¸ÄÈÕÖ¾:
+ * @attention
+ * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version
  */

+ 3 - 3
inc/irq_stm32f7.h

@@ -1,12 +1,12 @@
 /**
  * @file irq_stm32f7.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
- * @par ÐÞ¸ÄÈÕÖ¾:
+ * @attention
+ * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version
  */

+ 3 - 3
inc/irq_stm32g0.h

@@ -1,12 +1,12 @@
 /**
  * @file irq_stm32g0.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
- * @par ÐÞ¸ÄÈÕÖ¾:
+ * @attention
+ * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version
  */

+ 2 - 2
inc/irq_stm32g4.h

@@ -1,11 +1,11 @@
 /**
  * @file irq_stm32g4.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
+ * @attention
  * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version

+ 3 - 3
inc/irq_stm32h7.h

@@ -1,12 +1,12 @@
 /**
  * @file irq_stm32h7.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
- * @par 修改日志:
+ * @attention
+ * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version
  */

+ 2 - 2
inc/irq_stm32l0.h

@@ -1,11 +1,11 @@
 /**
  * @file irq_stm32l0.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
+ * @attention
  * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version

+ 2 - 2
inc/irq_stm32l4.h

@@ -1,11 +1,11 @@
 /**
  * @file irq_stm32l4.h
- * @brief 
+ * @brief
  * @author HLY (1425075683@qq.com)
  * @version 1.0
  * @date 2022-12-27
  * @copyright Copyright (c) 2022
- * @attention 
+ * @attention
  * @par Change log:
  * Date       Version Author  Description
  * 2022-12-27 1.0     HLY     first version