Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lite
/
micropython
/
96eca22322e45aa8b6e7e611eabe4e5c6fb93c90
/
.
/
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
;
}