KL25Z internal RTC doesn't work. Original DHT library throws "no patience error"

Dependents:   meteo_station

Fork of DHT by Wim De Roeve

Revision:
2:16df1fb443d0
Parent:
1:7c1bd037ff67
--- a/DHT.cpp	Sat Apr 29 15:10:23 2017 +0000
+++ b/DHT.cpp	Sat Apr 29 15:13:32 2017 +0000
@@ -56,7 +56,7 @@
         bitTimes[i] = 0;
     }
 
-    /* RTC NO FUNCIONA
+    /* RTC doesn't work on KL25z Rev.C
     if (!_firsttime) {
         if (int(currentTime - _lastReadTime) < 2) {
             err = ERROR_NO_PATIENCE;