1
0
forked from fsfw/fsfw

took over imrpvements

This commit is contained in:
2020-06-23 11:06:54 +02:00
parent 4c59b043e1
commit a589be7c74
5 changed files with 14 additions and 17 deletions

View File

@ -29,6 +29,9 @@ public:
store_address_t* storeId = nullptr) override;
protected:
//! Default mutex timeout value to prevent permanent blocking.
static constexpr uint32_t mutexTimeout = 50;
ReturnValue_t reserveSpace(const uint32_t size, store_address_t* address,
bool ignoreFault) override;