diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 409515f49..2202d3948 100644 --- a/include/common.h +++ b/include/common.h @@ -99,6 +99,7 @@ typedef volatile unsigned char	vu_char;  #include <flash.h>  #include <image.h> +#define DEBUG  #ifdef DEBUG  #define _DEBUG	1  #else |