This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af226199ea
micropython
/
ports
/
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 14:42:57 +03:00
#
include
"lib/oofatfs/ff.h"
unix: Enable VfsFat support.
2016-02-14 00:03:23 +03:00
DWORD
get_fattime
(
void
)
{
return
0
;
}
Reference in New Issue
Copy Permalink