mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
6 lines
71 B
C
6 lines
71 B
C
#include "lib/oofatfs/ff.h"
|
|
|
|
DWORD get_fattime(void) {
|
|
return 0;
|
|
}
|