micropython/ports/unix/fatfs_port.c

6 lines
71 B
C
Raw Permalink Normal View History

#include "lib/oofatfs/ff.h"
2016-02-13 14:03:23 -07:00
DWORD get_fattime(void) {
return 0;
}