diff options
Diffstat (limited to 'cc3200/fatfs/src/diskio.h')
| -rw-r--r-- | cc3200/fatfs/src/diskio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc3200/fatfs/src/diskio.h b/cc3200/fatfs/src/diskio.h index 6e4a056f0..15d732b6d 100644 --- a/cc3200/fatfs/src/diskio.h +++ b/cc3200/fatfs/src/diskio.h @@ -38,6 +38,8 @@ DRESULT disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count); DRESULT disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count); DRESULT disk_ioctl (BYTE pdrv, BYTE cmd, void* buff); +/* Definitions of physical drive number for each drive */ +#define FLASH 0 /* Map FLASH drive to drive number 0 */ /* Disk Status Bits (DSTATUS) */ |
