This commit is contained in:
parent
5925de94e7
commit
ff28b628a4
@ -31,7 +31,7 @@ ReturnValue_t AcsBoardPolling::performOperation(uint8_t operationCode) {
|
|||||||
ipcLock->unlockMutex();
|
ipcLock->unlockMutex();
|
||||||
semaphore->acquire();
|
semaphore->acquire();
|
||||||
// Give all tasks or the PST some time to submit all consecutive requests.
|
// Give all tasks or the PST some time to submit all consecutive requests.
|
||||||
TaskFactory::delayTask(3);
|
TaskFactory::delayTask(2);
|
||||||
{
|
{
|
||||||
// Measured to take 0-1 ms in debug build.
|
// Measured to take 0-1 ms in debug build.
|
||||||
// Stopwatch watch;
|
// Stopwatch watch;
|
||||||
|
Loading…
Reference in New Issue
Block a user