File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11name : Check File Format, License and Static Code Analysis(cppcheck)
22
3- on : [push, pull_request]
3+ on : [pull_request]
44
55jobs :
66 scancode_job :
Original file line number Diff line number Diff line change 22# If you need to exclude an entire folder, add the folder path in dir_path;
33# If you need to exclude a file, add the path to the file in file_path.
44
5- file_path :
6- - Libraries/ch56x_drivers/ch56x_gpio.c
7-
85dir_path :
96- Libraries/CH32V10x_StdPeriph_Driver
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ static rt_base_t gpio_pin_get(const char *name)
186186 }
187187 if (pin < 32 && (pin_ports [port ].pin_mark & (1 << pin )))
188188 {
189- return port * 32 + pin ;
189+ return port * 32 + pin ;
190190 }
191191 }
192192 }
You can’t perform that action at this time.
0 commit comments