This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cf8e8c29e7
circuitpython
/
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 06:42:57 -05:00
#
include
"lib/oofatfs/ff.h"
unix: Enable VfsFat support.
2016-02-13 16:03:23 -05:00
DWORD
get_fattime
(
void
)
{
return
0
;
}