Support KL25z requirements

Dependents:   kl25z_Usb_Logger

Fork of RTC by Erik -

Revision:
2:b61676bcc5c0
Parent:
1:be9d058ee5c7
--- a/RTC.cpp	Fri Dec 07 20:50:43 2012 +0000
+++ b/RTC.cpp	Sun Oct 05 20:59:45 2014 +0000
@@ -1,3 +1,4 @@
+#if 0
 #include "RTC.h"
 
 FunctionPointer RTC::attachCB[6];
@@ -242,4 +243,5 @@
     t.tm_year = -1; 
     
     return t;
-    }
\ No newline at end of file
+    }
+    #endif 
\ No newline at end of file