1. 添加.ignore_format.yml文件 2. 修正main.c的注释
@@ -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
@@ -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)