kernel support kconfig
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include "uart/uart.h"
|
||||
|
||||
static spinlock_t lock;
|
||||
static char print_cache[128];
|
||||
static char print_cache[CONFIG_PRINTK_CACHE_SIZE];
|
||||
|
||||
/**
|
||||
* @brief 原始输出
|
||||
|
||||
Reference in New Issue
Block a user