From f6edb4754b80479e4e2466f1a8dea28b2901054e Mon Sep 17 00:00:00 2001 From: charlown Date: Mon, 6 Sep 2021 21:06:39 +0800 Subject: [PATCH] delete dir_path in wch bsp ignore_format file. --- bsp/wch/arm/.ignore_format.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/bsp/wch/arm/.ignore_format.yml b/bsp/wch/arm/.ignore_format.yml index 865aed3d5c..8319732419 100644 --- a/bsp/wch/arm/.ignore_format.yml +++ b/bsp/wch/arm/.ignore_format.yml @@ -2,7 +2,5 @@ # 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/CH32F10x_StdPeriph_Driver -- GitLab