Add missing undefined symbols to be sure to use mine

Dependents:   DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more

Revision:
8:ce74b6c101b9
Parent:
7:e10debbe8dad
Child:
9:a11adabe9ded
--- a/Debug.h	Fri Dec 10 08:05:46 2010 +0000
+++ b/Debug.h	Fri Jan 14 16:08:28 2011 +0000
@@ -1,5 +1,5 @@
 /* mbed Debug library used by all my developed program
- * Copyright (c) 2010 ygarcia
+ * Copyright (c) 2010-2011 ygarcia
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -62,13 +62,19 @@
  * }
  * @endcode
  */
-#undef __DEBUG //<! Undefined debug flah, default value
-//#define __DEBUG //<! Uncomment this line to activate debug macros
+//#undef __DEBUG //<! Undefined debug flah, default value
+#define __DEBUG //<! Uncomment this line to activate debug macros
 
 // Undefined DEBUG symbols to be sure to use mine
 #undef DEBUG_ENTER
 #undef DEBUG_LEAVE
 #undef DEBUG
+#undef HEXADUMP
+#undef HEXADUMP_OFFSET
+#undef DEBUG_ERROR
+#undef DEBUG_WARNING
+#undef DEBUG_BREAK
+#undef DEBUG_FATAL
 
 #ifdef __DEBUG