diff options
Diffstat (limited to 'firmware/export/fat.h')
| -rw-r--r-- | firmware/export/fat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h index 0e83ca8..c99a1a7 100644 --- a/firmware/export/fat.h +++ b/firmware/export/fat.h @@ -23,7 +23,7 @@ #define FAT_H #include <stdbool.h> -#include "ata.h" /* for volume definitions */ +#include "mv.h" /* for volume definitions */ #include "config.h" #define SECTOR_SIZE 512 |