关闭存储驱动的调试日志

This commit is contained in:
大石头X2 2017-03-02 10:18:10 +08:00
parent c5913bd583
commit ad3a770e21
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include "Storage.h" #include "Storage.h"
#define STORAGE_DEBUG DEBUG //#define STORAGE_DEBUG DEBUG
//#define STORAGE_DEBUG 0 #define STORAGE_DEBUG 0
#if STORAGE_DEBUG #if STORAGE_DEBUG
#define st_printf debug_printf #define st_printf debug_printf
#else #else