Przeglądaj źródła

feat : 根据BSP提交自查完善固件

1. 添加.ignore_format.yml文件
2. 修正main.c的注释
linyuanbo_breo_server 4 lat temu
rodzic
commit
fbf5638540

+ 8 - 0
bsp/n32g452xx/.ignore_format.yml

@@ -0,0 +1,8 @@
+# files format check exclude path, please follow the instructions below to modify;
+# If you need to exclude an entire folder, add the folder path in dir_path;
+# If you need to exclude a file, add the path to the file in file_path.
+
+file_path:
+
+dir_path:
+- Libraries/N32_Std_Driver

+ 1 - 1
bsp/n32g452xx/n32g452xx-mini-system/applications/main.c

@@ -10,7 +10,7 @@
 #include <rtthread.h>
 #include <rtdevice.h>
 
-/* defined the LED1 pin: PA8 */
+/* defined the LED1 pin: PB5 */
 #define LED1_PIN    57
 
 int main(void)