BeRTOS
Variables
diskio_emul.c File Reference

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.

Detailed Description

Low level disk access for FatFs emulated.

Author:
Luca Ottaviano <lottaviano@develer.com>

Definition in file diskio_emul.c.