For 2024-09-12T1734-v5.4.0

This commit is contained in:
Peter D. Gray 2024-09-12 13:34:31 -04:00
parent 81ebecddb6
commit 7a438fe834
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2024-07-05
// version: 5.3.3
// built: 2024-09-12
// version: 5.4.0
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58e52860UL;
return 0x592c2880UL;
}