mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-01-26 00:30:31 +00:00
Merge pull request #151 from erichelgeson/eric/longFileNames
Allow for file names to be up to 64 chars
This commit is contained in:
commit
19f6b428a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user