For 2023-02-27T2059-v5.1.1

This commit is contained in:
Peter D. Gray 2023-02-27 16:00:04 -05:00
parent 2c07c37bd4
commit 8028416329
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

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