Changeset 89 for ctrl/firmware/Main/CubeMX/FATFS/App/fatfs.h
- Timestamp:
- Feb 11, 2025, 4:29:20 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/CubeMX/FATFS/App/fatfs.h
r74 r89 27 27 #include "ff_gen_drv.h" 28 28 #include "sd_diskio.h" /* defines SD_Driver as external */ 29 #include "eeprom_diskio.h" /* defines USER_Driver as external */ 29 30 30 31 /* USER CODE BEGIN Includes */ … … 36 37 extern FATFS SDFatFS; /* File system object for SD logical drive */ 37 38 extern FIL SDFile; /* File object for SD */ 39 extern uint8_t retEEPROM; /* Return value for USER */ 40 extern char EEPROMPath[4]; /* USER logical drive path */ 41 extern FATFS EEPROMFatFS; /* File system object for USER logical drive */ 42 extern FIL EEPROMFile; /* File object for USER */ 38 43 39 44 void MX_FATFS_Init(void);
Note: See TracChangeset
for help on using the changeset viewer.