mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
configure.c edited online with Bitbucket
This commit is contained in:
+1
-1
@@ -874,7 +874,7 @@ static void enable_feature(const char *destconfig, const char *varname)
|
||||
int ret;
|
||||
|
||||
snprintf(g_buffer, BUFFER_SIZE,
|
||||
"kconfig-tweak --file %s --disable %s",
|
||||
"kconfig-tweak --file %s --enable %s",
|
||||
destconfig, varname);
|
||||
|
||||
ret = system(g_buffer);
|
||||
|
||||
Reference in New Issue
Block a user