mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
|
||||
#ifdef CONFIG_ARCH_STACKDUMP
|
||||
# undef CONFIG_DEBUG
|
||||
# undef CONFIG_DEBUG_VERBOSE
|
||||
# undef CONFIG_DEBUG_INFO
|
||||
# define CONFIG_DEBUG 1
|
||||
# define CONFIG_DEBUG_VERBOSE 1
|
||||
# define CONFIG_DEBUG_INFO 1
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
/* Output debug info -- even if debug is not selected. */
|
||||
|
||||
#undef CONFIG_DEBUG
|
||||
#undef CONFIG_DEBUG_VERBOSE
|
||||
#undef CONFIG_DEBUG_INFO
|
||||
#define CONFIG_DEBUG 1
|
||||
#define CONFIG_DEBUG_VERBOSE 1
|
||||
#define CONFIG_DEBUG_INFO 1
|
||||
|
||||
#include <stdint.h>
|
||||
#include <debug.h>
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
/* Output debug info -- even if debug is not selected. */
|
||||
|
||||
#undef CONFIG_DEBUG
|
||||
#undef CONFIG_DEBUG_VERBOSE
|
||||
#undef CONFIG_DEBUG_INFO
|
||||
#define CONFIG_DEBUG 1
|
||||
#define CONFIG_DEBUG_VERBOSE 1
|
||||
#define CONFIG_DEBUG_INFO 1
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
/* Output debug info -- even if debug is not selected. */
|
||||
|
||||
#undef CONFIG_DEBUG
|
||||
#undef CONFIG_DEBUG_VERBOSE
|
||||
#undef CONFIG_DEBUG_INFO
|
||||
#define CONFIG_DEBUG 1
|
||||
#define CONFIG_DEBUG_VERBOSE 1
|
||||
#define CONFIG_DEBUG_INFO 1
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
/* Output debug info -- even if debug is not selected. */
|
||||
|
||||
#undef CONFIG_DEBUG
|
||||
#undef CONFIG_DEBUG_VERBOSE
|
||||
#undef CONFIG_DEBUG_INFO
|
||||
#define CONFIG_DEBUG 1
|
||||
#define CONFIG_DEBUG_VERBOSE 1
|
||||
#define CONFIG_DEBUG_INFO 1
|
||||
|
||||
#include <stdint.h>
|
||||
#include <debug.h>
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
/* Output debug info -- even if debug is not selected. */
|
||||
|
||||
#undef CONFIG_DEBUG
|
||||
#undef CONFIG_DEBUG_VERBOSE
|
||||
#undef CONFIG_DEBUG_INFO
|
||||
#define CONFIG_DEBUG 1
|
||||
#define CONFIG_DEBUG_VERBOSE 1
|
||||
#define CONFIG_DEBUG_INFO 1
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user