Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SX1276Lib AdaFruit_RGBLCD MCP23017 mbed
Fork of AdaFruit_RGBLCD by
Diff: Modules/DateModule.cpp
- Revision:
- 25:24654d08a99a
- Parent:
- 16:9e1edf28393f
--- 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);
}
