We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6763dd4 commit f7e4328Copy full SHA for f7e4328
bsp/wch/risc-v/.ignore_format.yml
@@ -2,8 +2,6 @@
2
# If you need to exclude an entire folder, add the folder path in dir_path;
3
# If you need to exclude a file, add the path to the file in file_path.
4
5
-file_path:
6
-- Libraries/ch56x_drivers/ch56x_gpio.c
7
-
8
dir_path:
9
-- Libraries/CH32V10x_StdPeriph_Driver
+- Libraries/CH32V10x_StdPeriph_Driver
+- Libraries/ch56x_drivers
bsp/wch/risc-v/Libraries/ch56x_drivers/ch56x_gpio.c
@@ -186,7 +186,7 @@ static rt_base_t gpio_pin_get(const char *name)
186
}
187
if (pin < 32 && (pin_ports[port].pin_mark & (1 << pin)))
188
{
189
- return port * 32 + pin;
+ return port * 32 + pin;
190
191
192
0 commit comments