ACS Board: Better reply result handling #588

Merged
meggert merged 6 commits from possible_fixes_acs_brd_polling into develop 2023-04-11 18:20:52 +02:00
Showing only changes of commit ff28b628a4 - Show all commits

View File

@ -31,7 +31,7 @@ ReturnValue_t AcsBoardPolling::performOperation(uint8_t operationCode) {
ipcLock->unlockMutex();
semaphore->acquire();
// 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.
// Stopwatch watch;