4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 18:13:31 +08:00

Update dfs_elm.c

This commit is contained in:
Meco Jianting Man 2021-02-19 07:49:48 +00:00 committed by GitHub
parent e90a0ee03c
commit 19d56fbc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -945,7 +945,7 @@ DWORD get_fattime(void)
{
DWORD fat_time = 0;
#ifdef RT_USING_RTC
#ifdef RT_LIBC_USING_TIME
time_t now;
struct tm *p_tm;
struct tm tm_now;