From fbf5638540db9203688d5ed1e2e53ea4857e1beb Mon Sep 17 00:00:00 2001 From: linyuanbo_breo_server Date: Fri, 3 Sep 2021 12:06:34 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:=20=E6=A0=B9=E6=8D=AEBSP=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E8=87=AA=E6=9F=A5=E5=AE=8C=E5=96=84=E5=9B=BA=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 添加.ignore_format.yml文件 2. 修正main.c的注释 --- bsp/n32g452xx/.ignore_format.yml | 8 ++++++++ bsp/n32g452xx/n32g452xx-mini-system/applications/main.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 bsp/n32g452xx/.ignore_format.yml diff --git a/bsp/n32g452xx/.ignore_format.yml b/bsp/n32g452xx/.ignore_format.yml new file mode 100644 index 0000000000..057cdf379a --- /dev/null +++ b/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 diff --git a/bsp/n32g452xx/n32g452xx-mini-system/applications/main.c b/bsp/n32g452xx/n32g452xx-mini-system/applications/main.c index 2099d854bd..1807819992 100644 --- a/bsp/n32g452xx/n32g452xx-mini-system/applications/main.c +++ b/bsp/n32g452xx/n32g452xx-mini-system/applications/main.c @@ -10,7 +10,7 @@ #include #include -/* defined the LED1 pin: PA8 */ +/* defined the LED1 pin: PB5 */ #define LED1_PIN 57 int main(void)