Dependents:   Andante_v000

Fork of RTC-DS1307 by Henry Leinen

Revision:
4:d2cc690aaac7
Parent:
3:e89d63f3342e
Child:
5:30531f2121a2
--- a/Rtc_Ds1307.cpp	Sun Jun 23 11:26:26 2013 +0000
+++ b/Rtc_Ds1307.cpp	Sun Jun 23 16:29:35 2013 +0000
@@ -1,7 +1,8 @@
 /* Rtc_Ds1307.cpp */
 
 #include "Rtc_Ds1307.h"
-#define DEBUG
+//#define DEBUG
+#undef DEBUG
 #include "debug.h"
 
 const char *Rtc_Ds1307::m_weekDays[] = { "Saturday", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" };