For 2024-02-07T1616-v6.0.0Q

This commit is contained in:
Peter D. Gray 2024-02-07 11:16:42 -05:00
parent a4d99f8a28
commit c394053016
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -3,11 +3,11 @@
// AUTO-generated.
//
// built: 2024-02-07
// version: 1.0.0Q
// version: 6.0.0Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58470800UL;
return 0x58473000UL;
}