For 2024-02-26T1444-v0.0.7Q

This commit is contained in:
Peter D. Gray 2024-02-26 09:44:58 -05:00
parent 6560f9a2e9
commit 7ded800457
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2024-02-22
// version: 0.0.6Q
// built: 2024-02-26
// version: 0.0.7Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58560000UL;
return 0x585a0000UL;
}