For 2025-11-25T1618-v6.4.1X

This commit is contained in:
Peter D. Gray 2025-11-25 11:18:40 -05:00
parent a2d272336c
commit a62ee99fd5
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2025-11-05
// version: 6.4.0X
// built: 2025-11-25
// version: 6.4.1X
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x5b653080UL;
return 0x5b793080UL;
}