Add missing undefined symbols to be sure to use mine

Dependents:   DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more

Files at this revision

API Documentation at this revision

Comitter:
Yann
Date:
Thu Dec 09 09:28:06 2010 +0000
Parent:
5:7ddb6bca6d01
Child:
7:e10debbe8dad
Commit message:
V0.0.0.7

Changed in this revision

Debug.cpp Show annotated file Show diff for this revision Revisions of this file
Debug.h Show annotated file Show diff for this revision Revisions of this file
--- 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");
--- a/Debug.h	Wed Dec 08 13:33:24 2010 +0000
+++ b/Debug.h	Thu Dec 09 09:28:06 2010 +0000
@@ -72,7 +72,7 @@
 
 #ifdef __DEBUG
 
-/** This class implements debug functionalities based on USB console interface. V0.0.0.6
+/** This class implements debug functionalities based on USB console interface. V0.0.0.7
  *
  * Note that this class is based on Helper pattern
  */