This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a8a3ab48da
micropython
/
unix
/
fatfs_port.c
6 lines
71 B
C
Raw
Normal View
History
Unescape
Escape
unix/fatfs_port: Include new oofatfs header.
2017-01-27 11:42:57 +00:00
#
include
"lib/oofatfs/ff.h"
unix: Enable VfsFat support.
2016-02-13 21:03:23 +00:00
DWORD
get_fattime
(
void
)
{
return
0
;
}