projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't compile in ISP sources into the XPLAIN bridge project.
[pub/USBasp.git]
/
Projects
/
TempDataLogger
/
Lib
/
FATFs
/
diskio.c
diff --git
a/Projects/TempDataLogger/Lib/FATFs/diskio.c
b/Projects/TempDataLogger/Lib/FATFs/diskio.c
index
085d5ae
..
8cc8cd4
100644
(file)
--- a/
Projects/TempDataLogger/Lib/FATFs/diskio.c
+++ b/
Projects/TempDataLogger/Lib/FATFs/diskio.c
@@
-85,7
+85,7
@@
DWORD get_fattime (void)
{
TimeDate_t CurrTimeDate;
-
DS1307
_GetTimeDate(&CurrTimeDate);
+
RTC
_GetTimeDate(&CurrTimeDate);
return ((DWORD)(20 + CurrTimeDate.Year) << 25) |