mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-04 14:55:29 +00:00
Add volatile software RTC to the TempDataLogger application if the dummy RTC mode is enabled.
This commit is contained in:
@@ -85,7 +85,7 @@ DWORD get_fattime (void)
|
||||
{
|
||||
TimeDate_t CurrTimeDate;
|
||||
|
||||
DS1307_GetTimeDate(&CurrTimeDate);
|
||||
RTC_GetTimeDate(&CurrTimeDate);
|
||||
|
||||
|
||||
return ((DWORD)(20 + CurrTimeDate.Year) << 25) |
|
||||
|
||||
Reference in New Issue
Block a user