Files
SDK_RK3288/u-boot/tools/resource_tool/common.c

9 lines
92 B
C

#include "common.h"
bool g_debug =
#ifdef DEBUG
true;
#else
false;
#endif //DEBUG