Added new RingBuffer_Peek() function to the lightweight ring buffer headers.
[pub/USBasp.git] / Projects / TempDataLogger / Lib / FATFs / diskio.c
index 68c2aeb..c181512 100644 (file)
@@ -97,3 +97,4 @@ DWORD get_fattime (void)
                     ((DWORD)Minute << 5) |
              (((DWORD)Second >> 1) << 0);
 }
+