BeRTOS
|
Low level disk access for FatFs emulated. More...
#include <fs/fatfs/diskio.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
Go to the source code of this file.
Variables | |
static FILE * | fake_disk = 0 |
This is an example implementation, used to simulate the the calls to normal filesystem calls It only works for drive 0. |
Low level disk access for FatFs emulated.
Definition in file diskio_emul.c.