CaryCoders / Mbed 2 deprecated demo_SX1276_standalone

Dependencies:   SX1276Lib mbed

Fork of SX1276_GPS by CaryCoders

Revision:
25:24654d08a99a
Parent:
16:9e1edf28393f
diff -r e67c825ec6d8 -r 24654d08a99a Modules/DateModule.cpp
--- a/Modules/DateModule.cpp	Wed Oct 08 16:42:17 2014 +0000
+++ b/Modules/DateModule.cpp	Thu Oct 09 08:03:20 2014 +0000
@@ -98,5 +98,5 @@
     
     // Ensure internal struct has new TM data
     ::memcpy(&m_sLastTM,&sTM,sizeof(m_sLastTM));
-    m_cDisplay.printf ("%s %02i/%02i/%04i      ", k_aWeekDays[sTM.tm_wday], sTM.tm_mday, sTM.tm_mon + 1, 1900 + sTM.tm_year);
+    m_cDisplay.printf ("%s %02i/%02i/%04i    ", k_aWeekDays[sTM.tm_wday], sTM.tm_mday, sTM.tm_mon + 1, 1900 + sTM.tm_year);
 }