Skip to content

Commit a893804

Browse files
authored
Merge pull request #8 from hepingood/dev
refactor: refactor the project
2 parents 47d99c4 + 87dd754 commit a893804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/raspberrypi4b/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ uint8_t at24cxx(uint8_t argc, char **argv)
8686
/* parse */
8787
do
8888
{
89-
/* parse the args*/
89+
/* parse the args */
9090
c = getopt_long(argc, argv, short_options, long_options, &longindex);
9191

9292
/* judge the result */

project/stm32f407/usr/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ uint8_t at24cxx(uint8_t argc, char **argv)
9696
/* parse */
9797
do
9898
{
99-
/* parse the args*/
99+
/* parse the args */
100100
c = getopt_long(argc, argv, short_options, long_options, &longindex);
101101

102102
/* judge the result */

0 commit comments

Comments
 (0)