Fix diskio.c, etc.

This commit is contained in:
TuxSH 2018-05-15 23:54:33 +02:00
parent bf3eea7031
commit 9a86ffec68
3 changed files with 4 additions and 5 deletions

View file

@ -86,7 +86,6 @@ const char *VolumeStr[FF_VOLUMES] = { FKNAM, FKNAM, FKNAM, FKNAM, FKNAM, FKNAM,
/* For diskio.c code */
device_partition_t *g_volume_to_devparts[FF_VOLUMES] = { NULL };
#include <stdio.h>
int fsdev_mount_device(const char *name, const device_partition_t *devpart, bool initialize_immediately) {
fsdev_fsdevice_t *device = NULL;
FRESULT rc;