For 2021-03-12T1519-v4.0.0b2

This commit is contained in:
Peter D. Gray 2021-03-12 10:20:46 -05:00
parent 94114207b8
commit dae99be2fe

View File

@ -3,12 +3,12 @@
//
// AUTO-generated.
//
// built: 2021-02-26
// version: 4.0.0
// built: 2021-03-12
// version: 4.0.0b2
//
#include <stdint.h>
// this overrides ports/stm32/fatfs_port.c
uint32_t get_fattime(void) {
return 0x525a2000UL;
return 0x526c2000UL;
}