14 lines
286 B
C
14 lines
286 B
C
// (c) Copyright 2020-2022 by Coinkite Inc. This file is covered by license found in COPYING-CC.
|
|
//
|
|
// AUTO-generated.
|
|
//
|
|
// built: 2023-06-05
|
|
// version: 6.0.1
|
|
//
|
|
#include <stdint.h>
|
|
|
|
// this overrides ports/stm32/fatfs_port.c
|
|
uint32_t get_fattime(void) {
|
|
return 0x56c53000UL;
|
|
}
|