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

1. 添加.ignore_format.yml文件
2. 修正main.c的注释
This commit is contained in:
linyuanbo_breo_server 2021-09-03 12:06:34 +08:00
parent cee60d220f
commit fbf5638540
2 changed files with 9 additions and 1 deletions

View 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

View File

@ -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)