Request MGM measurement twice #453

Merged
meggert merged 4 commits from smaller_tweaks into develop 2023-03-10 11:18:39 +01:00
3 changed files with 6 additions and 1 deletions
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* 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";