为了配合RTM调试,增加MSGDEBUG宏定义

This commit is contained in:
Stone 2015-01-26 02:53:48 +00:00
parent d01a62c5b8
commit 0afdabd04b
1 changed files with 1 additions and 1 deletions

2
Sys.h
View File

@ -140,7 +140,7 @@ extern TSys Sys; //创建一个全局的Sys对象 会在main函数之前执行
extern "C" extern "C"
{ {
#ifdef DEBUG #if defined(DEBUG) || defined(MSGDEBUG)
#define debug_printf printf #define debug_printf printf