Revision:
2:0306beaf5ff7
Parent:
1:d37117275b0b
Child:
3:5ae3c983f241
--- a/VBus.cpp	Thu Dec 30 18:04:45 2010 +0000
+++ b/VBus.cpp	Fri Dec 31 13:52:58 2010 +0000
@@ -23,10 +23,10 @@
 #include "VBus.h"
 #include "DebugTrace.h"
 
-#define DEBUG 1
+#define DEBUG 0
 
 #if DEBUG
-DebugTrace pc_VBus(ON, TO_SERIAL);
+DebugTrace pc_VBus(OFF, TO_SERIAL);
 #endif
 
 static uint8_t CalcCrc(const unsigned char *Buffer, int Offset, int Length);