For 2024-07-05T1342-v1.2.3Q

This commit is contained in:
Peter D. Gray 2024-07-05 09:42:51 -04:00
parent dfbc3c9031
commit f7a0902c1a
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2024-06-03
// version: 1.2.2Q
// built: 2024-07-05
// version: 1.2.3Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58c30840UL;
return 0x58e50840UL;
}