console.h is no longer needed for debugging

pull/1/head
Michael Brown 2007-01-18 19:13:25 +00:00
parent 37f1b12587
commit d12770e254
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ __asm__ ( ".equ\t" OBJECT_SYMBOL_STR ", 0" );
#define DEBUG_SYMBOL PREFIX_OBJECT(debug_)
#if DEBUG_SYMBOL
#include "console.h"
#define DEBUG_SYMBOL_STR _XSTR ( DEBUG_SYMBOL )
__asm__ ( ".equ\tDBGLVL, " DEBUG_SYMBOL_STR );
#endif