This commit is contained in:
Peter D. Gray 2022-04-25 12:12:32 -04:00
parent 6a1509f845
commit 5ff396a808
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -3,12 +3,12 @@
//
// AUTO-generated.
//
// built: 2021-09-02
// version: 4.1.3
// built: 2022-04-25
// version: 4.1.4
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x53222020UL;
return 0x54992020UL;
}