projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added new RingBuffer_Peek() function to the lightweight ring buffer headers.
[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
68c2aeb
..
c181512
100644
(file)
--- a/
Projects/TempDataLogger/Lib/FATFs/diskio.c
+++ b/
Projects/TempDataLogger/Lib/FATFs/diskio.c
@@
-97,3
+97,4
@@
DWORD get_fattime (void)
((DWORD)Minute << 5) |
(((DWORD)Second >> 1) << 0);
}
((DWORD)Minute << 5) |
(((DWORD)Second >> 1) << 0);
}
+