mirror of
https://github.com/dkgrizzly/GreenSCSI.git
synced 2024-11-21 12:31:20 +00:00
Allow for 2048 block size
This commit is contained in:
parent
48262ff866
commit
e427532f98
@ -58,7 +58,7 @@
|
||||
#define READ_PARITY_CHECK 0 // Perform read parity check (unverified)
|
||||
|
||||
// HDD format
|
||||
#define MAX_BLOCKSIZE 1024 // Maximum BLOCK size
|
||||
#define MAX_BLOCKSIZE 2048 // Maximum BLOCK size
|
||||
|
||||
// SDFAT
|
||||
#define SD1_CONFIG SdSpiConfig(PA4, DEDICATED_SPI, SD_SCK_MHZ(SPI_FULL_SPEED), &SPI)
|
||||
|
Loading…
Reference in New Issue
Block a user