feat : 根据BSP提交自查完善固件
1. 添加.ignore_format.yml文件 2. 修正main.c的注释
This commit is contained in:
parent
cee60d220f
commit
fbf5638540
8
bsp/n32g452xx/.ignore_format.yml
Normal file
8
bsp/n32g452xx/.ignore_format.yml
Normal file
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user