diff options
Diffstat (limited to 'sercp.c')
-rw-r--r-- | sercp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -548,7 +548,7 @@ void sercpSend(void) { printf ("Zero length of file. End\n"); return; } - printf ("File %s, length: %ld\n", sercp_file, st.st_size); + printf ("File %s, length: %lld\n", sercp_file, st.st_size); timdat = localtime(&st.st_mtime); uint16_t FatDate = ((timdat->tm_year - 80) << 9) | ((timdat->tm_mon + 1) << 5) | timdat->tm_mday; |