For 2024-07-05T1348-v5.3.3

This commit is contained in:
Peter D. Gray 2024-07-05 09:49:06 -04:00
parent aaddedd4c6
commit e4f925c7bf
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

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