set SP max size
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -34,6 +34,7 @@ PlocSupvUartManager::PlocSupvUartManager(object_id_t objectId)
|
||||
decodedRingBuf(1200 * MAX_STORED_DECODED_PACKETS, true),
|
||||
ipcRingBuf(1200 * MAX_STORED_DECODED_PACKETS, true) {
|
||||
resetSpParams();
|
||||
spParams.maxSize = cmdBuf.size();
|
||||
semaphore = SemaphoreFactory::instance()->createBinarySemaphore();
|
||||
semaphore->acquire();
|
||||
lock = MutexFactory::instance()->createMutex();
|
||||
|
Reference in New Issue
Block a user