mirror of
https://github.com/dkgrizzly/GreenSCSI.git
synced 2024-11-22 19:32:59 +00:00
38% increase by using DEDICATED_SPI vs SHARED_SPI
This commit is contained in:
parent
1211f722f6
commit
87f1e4839a
@ -61,7 +61,7 @@
|
|||||||
#define MAX_BLOCKSIZE 1024 // Maximum BLOCK size
|
#define MAX_BLOCKSIZE 1024 // Maximum BLOCK size
|
||||||
|
|
||||||
// SDFAT
|
// SDFAT
|
||||||
#define SD1_CONFIG SdSpiConfig(PA4, SHARED_SPI, SD_SCK_MHZ(SPI_FULL_SPEED), &SPI)
|
#define SD1_CONFIG SdSpiConfig(PA4, DEDICATED_SPI, SD_SCK_MHZ(SPI_FULL_SPEED), &SPI)
|
||||||
SdFs SD;
|
SdFs SD;
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user