This commit is contained in:
Peter D. Gray 2024-07-04 10:58:22 -04:00
parent a18938cefd
commit bf67c5ad7e
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C
2 changed files with 6 additions and 6 deletions

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2024-06-25
// version: 5.3.2
// built: 2024-07-04
// version: 6.3.3X
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58d92860UL;
return 0x58e43060UL;
}

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2024-06-03
// version: 1.2.2Q
// built: 2024-07-04
// version: 6.3.3QX
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58c30840UL;
return 0x58e43060UL;
}