micropython/ports/unix/fatfs_port.c

6 lines
71 B
C

#include "lib/oofatfs/ff.h"
DWORD get_fattime(void) {
return 0;
}