kernel: remove v2 usage and rename KERNEL_V2_DEBUG

Change-Id: I6b3f07714322ad79aeec2342621a4cddfe84cb2c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-11-18 10:53:59 -05:00 committed by Anas Nashif
commit 61f4b2419c
2 changed files with 11 additions and 6 deletions

View file

@ -37,7 +37,8 @@
extern "C" {
#endif
#ifdef CONFIG_KERNEL_V2_DEBUG
#ifdef CONFIG_KERNEL_DEBUG
#include <misc/printk.h>
#define K_DEBUG(fmt, ...) printk("[%s] " fmt, __func__, ##__VA_ARGS__)
#else
#define K_DEBUG(fmt, ...)