Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
7acc252e93b4235d93b773df3ba302fee3fb7ee6
/
.
/
esp8266
/
fatfs_port.c
blob: c62ae2e7dcdf03fe6247878cbec10fb69fe6d860 [
file
] [
log
] [
blame
]
#include
"lib/fatfs/ff.h"
#include
"lib/fatfs/diskio.h"
DWORD get_fattime
(
void
)
{
return
0
;
}