Add missing undefined symbols to be sure to use mine

Dependents:   DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more

Revision:
6:14a596126adf
Parent:
5:7ddb6bca6d01
Child:
7:e10debbe8dad
--- a/Debug.cpp	Wed Dec 08 13:33:24 2010 +0000
+++ b/Debug.cpp	Thu Dec 09 09:28:06 2010 +0000
@@ -18,8 +18,6 @@
     int currentIdx = p_offset;
     unsigned short startAddress = ((unsigned short)(p_offset / 16)) * 16;
 
-    DEBUG(">>> %d - %d - %d - %d - %d", p_count, p_offset, p_count + p_offset, currentIdx / 16, currentIdx % 16);
-
     // Display header
     printf(" HEX | 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F  : 0 1 2 3 4 5 6 7 8 9 A B C D E F \r\n");
     printf("-----|+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-:--+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n");