Skip to content

Commit 19d56fb

Browse files
authored
Update dfs_elm.c
1 parent e90a0ee commit 19d56fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dfs/filesystems/elmfat/dfs_elm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ DWORD get_fattime(void)
945945
{
946946
DWORD fat_time = 0;
947947

948-
#ifdef RT_USING_RTC
948+
#ifdef RT_LIBC_USING_TIME
949949
time_t now;
950950
struct tm *p_tm;
951951
struct tm tm_now;

0 commit comments

Comments
 (0)