Merge pull request #450 from pimoroni/patch-inky-frame-sdcard
Inky Frame: Sensible limit on SDCard speed.
This commit is contained in:
commit
fedc020493
|
@ -51,7 +51,7 @@
|
|||
#define CT_BLOCK 0x08 /* Block addressing */
|
||||
|
||||
#define CLK_SLOW (100 * KHZ)
|
||||
#define CLK_FAST (50 * MHZ)
|
||||
#define CLK_FAST (30 * MHZ)
|
||||
|
||||
static volatile
|
||||
DSTATUS Stat = STA_NOINIT; /* Physical drive status */
|
||||
|
|
Loading…
Reference in New Issue