Skip to content

Commit

Permalink
Working on ESP32 FATFS driver
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 12, 2024
1 parent 945d9de commit 146664e
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 166 deletions.
4 changes: 2 additions & 2 deletions src/HAL/Include/nanoHAL_System_IO_FileSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ typedef enum StorageEventType
} StorageEventType;

// constants to be used throughout the code
#define DRIVE_LETTER_LENGTH sizeof(INDEX0_DRIVE_LETTER)
#define DRIVE_PATH_LENGTH sizeof(INDEX0_DRIVE_PATH)
#define DRIVE_LETTER_LENGTH sizeof(INDEX0_DRIVE_LETTER)
#define DRIVE_PATH_LENGTH sizeof(INDEX0_DRIVE_PATH)

/////////////////////////////////////////////////////////////////////////////////////////
// !!! KEEP IN SYNC WITH Windows.Storage.CreationCollisionOption (in managed code) !!! //
Expand Down
Loading

0 comments on commit 146664e

Please sign in to comment.