Request MGM measurement twice #453

Merged
meggert merged 4 commits from smaller_tweaks into develop 2023-03-10 11:18:39 +01:00
Showing only changes of commit a9b514ddc8 - Show all commits

View File

@ -227,7 +227,7 @@ class SdCardManager : public SystemObject, public SdCardMountedIF {
MutexIF* prefLock = nullptr;
MutexIF* defaultLock = nullptr;
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 char LOCK_CTX[] = "SdCardManager";