For 2024-02-02T1744-v5.2.1Q

This commit is contained in:
Peter D. Gray 2024-02-02 12:44:39 -05:00
parent 58d7630ef3
commit 3e282a0569
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -1,13 +1,13 @@
// (c) Copyright 2020-2022 by Coinkite Inc. This file is covered by license found in COPYING-CC.
// (c) Copyright 2020-2024 by Coinkite Inc. This file is covered by license found in COPYING-CC.
//
// AUTO-generated.
//
// built: 2023-12-18
// version: 5.2.1
// built: 2024-02-02
// version: 5.2.1Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x57922840UL;
return 0x58422840UL;
}