Realtime clock library for DS1307 and DS3231m

Dependents:   vfd_modular_clock_mbed

Files at this revision

API Documentation at this revision

Comitter:
perjg
Date:
Mon Aug 10 03:16:52 2015 +0000
Parent:
1:3fe5649f1e02
Commit message:
Fixed compile error

Changed in this revision

rtc.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/rtc.cpp	Wed Feb 11 05:58:07 2015 +0000
+++ b/rtc.cpp	Mon Aug 10 03:16:52 2015 +0000
@@ -13,7 +13,6 @@
  *
  */
 
-#include "global.h"
 #include "rtc.h"
 
 RTC::RTC() : m_time(1388534400+40000+60)