mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Fix a typo in the last commit
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ int main(int argc, char **argv, char **envp)
|
|||||||
printf("#ifndef __INCLUDE_NUTTX_CONFIG_H\n");
|
printf("#ifndef __INCLUDE_NUTTX_CONFIG_H\n");
|
||||||
printf("#define __INCLUDE_NUTTX_CONFIG_H\n\n");
|
printf("#define __INCLUDE_NUTTX_CONFIG_H\n\n");
|
||||||
generate_definitions(stream);
|
generate_definitions(stream);
|
||||||
printf("/n#endif /* __INCLUDE_NUTTX_CONFIG_H */\n");
|
printf("\n#endif /* __INCLUDE_NUTTX_CONFIG_H */\n");
|
||||||
fclose(stream);
|
fclose(stream);
|
||||||
|
|
||||||
/* Exit (without bothering to clean up allocations) */
|
/* Exit (without bothering to clean up allocations) */
|
||||||
|
|||||||
Reference in New Issue
Block a user