For 2024-02-16T1637-v0.0.5Q

This commit is contained in:
Peter D. Gray 2024-02-16 11:37:33 -05:00
parent 3dbda0ab5f
commit 55cbc8610c
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -2,12 +2,12 @@
//
// AUTO-generated.
//
// built: 2024-02-08
// version: 0.0.2Q
// built: 2024-02-16
// version: 0.0.5Q
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x58480000UL;
return 0x58500000UL;
}