This commit is contained in:
Peter D. Gray 2025-10-30 14:17:17 -04:00
parent f88b8da729
commit 1e371d9297
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2025-09-18
// version: 5.4.4
// built: 2025-10-30
// version: 5.4.5
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x5b322880UL;
return 0x5b5e2880UL;
}