For 2024-04-02T1416-v1.1.0Q

This commit is contained in:
Peter D. Gray 2024-04-02 10:16:11 -04:00
parent 17a0b39da8
commit e4de80d028
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2024-03-21
// version: 1.0.2Q
// built: 2024-04-02
// version: 1.1.0Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58750800UL;
return 0x58820820UL;
}