mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Merge pull request #729 from kc10kevin/master_SDCardFix
SDCard Detect/Delay Fix
This commit is contained in:
commit
057e22a101
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
// Chosen so that CMD8 will have the same CRC as CMD0:
|
||||
#define SDCARD_IF_COND_CHECK_PATTERN 0xAB
|
||||
|
||||
#define SDCARD_TIMEOUT_INIT_MILLIS 2000
|
||||
#define SDCARD_TIMEOUT_INIT_MILLIS 200
|
||||
#define SDCARD_MAX_CONSECUTIVE_FAILURES 8
|
||||
|
||||
/* Break up 512-byte SD card sectors into chunks of this size when writing without DMA to reduce the peak overhead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue