405 DR: 启用 ulog & 系统线程调整

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-31 09:50:16 +08:00
parent 7faf6491ec
commit aa1b0ccb18
5 changed files with 92 additions and 28 deletions

View File

@@ -948,7 +948,7 @@ DWORD get_fattime(void)
struct tm tm_now;
now = time(RT_NULL);
gmtime_r(&now, &tm_now);
localtime_r(&now, &tm_now);
fat_time = (DWORD)(tm_now.tm_year - 80) << 25 |
(DWORD)(tm_now.tm_mon + 1) << 21 |