01dd7804b8
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
6 lines
71 B
C
6 lines
71 B
C
#include "lib/oofatfs/ff.h"
|
|
|
|
DWORD get_fattime(void) {
|
|
return 0;
|
|
}
|