1
0
forked from fsfw/fsfw

added new timeout values

This commit is contained in:
2020-05-27 11:48:11 +02:00
parent f6ae0348cb
commit badcacad49
4 changed files with 6 additions and 3 deletions

View File

@ -4,6 +4,8 @@
#include <framework/serviceinterface/ServiceInterfaceStream.h>
SemaphoreFactory* SemaphoreFactory::factoryInstance = nullptr;
const uint32_t SemaphoreIF::NO_TIMEOUT = 0;
const uint32_t SemaphoreIF::MAX_TIMEOUT = portMAX_DELAY;
SemaphoreFactory::SemaphoreFactory() {
}