mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-12-22 12:30:12 +00:00
Allow for file names to be up to 64 chars
This commit is contained in:
parent
dc9552410f
commit
b0a47bc376
@ -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…
Reference in New Issue
Block a user