mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ int main(int argc, char **argv, char **envp)
|
||||
|
||||
printf("/* Verbose debug and sub-system debug only make sense if debug is enabled */\n\n");
|
||||
printf("#ifndef CONFIG_DEBUG\n");
|
||||
printf("# undef CONFIG_DEBUG_VERBOSE\n");
|
||||
printf("# undef CONFIG_DEBUG_INFO\n");
|
||||
printf("# undef CONFIG_DEBUG_ANALOG\n");
|
||||
printf("# undef CONFIG_DEBUG_AUDIO\n");
|
||||
printf("# undef CONFIG_DEBUG_BINFMT\n");
|
||||
|
||||
Reference in New Issue
Block a user