mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
README and other cosmetic updates
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@
|
||||
* Private Functions
|
||||
****************************************************************************/
|
||||
|
||||
static inline char *getfilepath(const char *name)
|
||||
static inline char *getfilepath(const char *name)
|
||||
{
|
||||
snprintf(line, PATH_MAX, "%s/" DEFCONFIG, name);
|
||||
line[PATH_MAX] = '\0';
|
||||
|
||||
Reference in New Issue
Block a user