Skip to content

Commit

Permalink
Merge pull request #151 from erichelgeson/eric/longFileNames
Browse files Browse the repository at this point in the history
Allow for file names to be up to 64 chars
  • Loading branch information
erichelgeson authored Sep 17, 2022
2 parents dc95524 + b0a47bc commit 19f6b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlueSCSI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19f6b42

Please sign in to comment.