micropython/unix/fatfs_port.c
2017-01-27 23:22:15 +11:00

6 lines
71 B
C

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