Updated for 5.1.2

This commit is contained in:
Peter D. Gray 2023-04-07 09:27:47 -04:00
parent a1504934c1
commit b5056c8ab8
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2023-02-27
// version: 5.1.1
// built: 2023-04-07
// version: 5.1.2
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x565b2820UL;
return 0x56872820UL;
}