APP_Framework support nuttx-10.2.0

This commit is contained in:
wgz-code
2022-03-01 17:57:08 +08:00
parent b916ebb768
commit 4d6caa6182
18 changed files with 4832 additions and 101 deletions
@@ -335,7 +335,6 @@ void generate_definitions(FILE *stream)
{
printf("#define %s 1\n", varname);
printf("#define %s 1\n", &varname[7]);
}
/* Or to '2' if it has the special value 'm' */
@@ -351,7 +350,7 @@ void generate_definitions(FILE *stream)
else
{
printf("#define %s %s\n", varname, varval);
printf("#define %s %s\n", &varname[7], varval);
printf("#define %s %s\n", &varname[7], varval);
}
}
}