solved in different PR
This commit is contained in:
parent
55bd87abb6
commit
a9b514ddc8
@ -227,7 +227,7 @@ class SdCardManager : public SystemObject, public SdCardMountedIF {
|
|||||||
MutexIF* prefLock = nullptr;
|
MutexIF* prefLock = nullptr;
|
||||||
MutexIF* defaultLock = nullptr;
|
MutexIF* defaultLock = nullptr;
|
||||||
static constexpr MutexIF::TimeoutType LOCK_TYPE = MutexIF::TimeoutType::WAITING;
|
static constexpr MutexIF::TimeoutType LOCK_TYPE = MutexIF::TimeoutType::WAITING;
|
||||||
static constexpr uint32_t SD_LOCK_TIMEOUT = 400;
|
static constexpr uint32_t SD_LOCK_TIMEOUT = 250;
|
||||||
static constexpr uint32_t OTHER_TIMEOUT = 20;
|
static constexpr uint32_t OTHER_TIMEOUT = 20;
|
||||||
static constexpr char LOCK_CTX[] = "SdCardManager";
|
static constexpr char LOCK_CTX[] = "SdCardManager";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user