关闭存储驱动的调试日志
This commit is contained in:
parent
c5913bd583
commit
ad3a770e21
|
@ -1,7 +1,7 @@
|
|||
#include "Storage.h"
|
||||
|
||||
#define STORAGE_DEBUG DEBUG
|
||||
//#define STORAGE_DEBUG 0
|
||||
//#define STORAGE_DEBUG DEBUG
|
||||
#define STORAGE_DEBUG 0
|
||||
#if STORAGE_DEBUG
|
||||
#define st_printf debug_printf
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue