소스 검색

格式化代码

chenbin 3 년 전
부모
커밋
66628f1061
2개의 변경된 파일384개의 추가작업 그리고 395개의 파일을 삭제
  1. 380 392
      bsp/n32g452xx/Libraries/rt_drivers/drv_can.c
  2. 4 3
      bsp/n32g452xx/Libraries/rt_drivers/drv_can.h

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 380 - 392
bsp/n32g452xx/Libraries/rt_drivers/drv_can.c


+ 4 - 3
bsp/n32g452xx/Libraries/rt_drivers/drv_can.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
+ * Copyright (c) 2006-2022, RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *
@@ -12,14 +12,15 @@
 #define __DRV_CAN_H__
 
 #ifdef __cplusplus
-extern "C" {
+extern "C"
+{
 #endif
 
 #include <board.h>
 #include <rtdevice.h>
 #include <rtthread.h>
 
-int rt_hw_can_init(void);
+    int rt_hw_can_init(void);
 
 #ifdef __cplusplus
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.