micropython/esp8266/fatfs_port.c

7 wiersze
99 B
C

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