fatfs: Add raw emuMMC support for USER partition

This commit is contained in:
CTCaer
2021-02-06 17:11:32 +02:00
parent f3f1d4d4f0
commit e5689cfe57
4 changed files with 26 additions and 4 deletions

View File

@@ -27,7 +27,8 @@ typedef enum {
DRIVE_SD = 0,
DRIVE_RAM = 1,
DRIVE_EMMC = 2,
DRIVE_BIS = 3
DRIVE_BIS = 3,
DRIVE_EMU = 4
} DDRIVE;