For 2022-11-14T1635-v4.1.7

This commit is contained in:
Peter D. Gray 2022-11-14 11:35:31 -05:00
parent ae22952660
commit 3364108f40
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -3,12 +3,12 @@
//
// AUTO-generated.
//
// built: 2022-10-05
// version: 4.1.6
// built: 2022-11-14
// version: 4.1.7
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x55452020UL;
return 0x556e2020UL;
}