Skip to content

Commit

Permalink
Remove unused define
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 4, 2024
1 parent 29f33f4 commit 90e1c97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HAL/Include/nanoHAL_System_IO_FileSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ typedef enum StorageEventType
} StorageEventType;

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

Expand Down

0 comments on commit 90e1c97

Please sign in to comment.