Merge pull request #151 from erichelgeson/eric/longFileNames

Allow for file names to be up to 64 chars
This commit is contained in:
Eric Helgeson 2022-09-17 09:42:04 -05:00 committed by GitHub
commit 19f6b428a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ enum SCSI_DEVICE_TYPE
#define HDIMG_ID_POS 2 // Position to embed ID number
#define HDIMG_LUN_POS 3 // Position to embed LUN numbers
#define HDIMG_BLK_POS 5 // Position to embed block size numbers
#define MAX_FILE_PATH 32 // Maximum file name length
#define MAX_FILE_PATH 64 // Maximum file name length
/*
* Data byte to BSRR register setting value and parity table