switch off debugging spam
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:
parent
114d16224e
commit
f08709ef29
@ -100,7 +100,7 @@ ReturnValue_t PlocSupvUartManager::performOperation(uint8_t operationCode) {
|
|||||||
lock->unlockMutex();
|
lock->unlockMutex();
|
||||||
semaphore->acquire();
|
semaphore->acquire();
|
||||||
while (true) {
|
while (true) {
|
||||||
sif::debug << "SUPV UART MAN: Running.." << std::endl;
|
// sif::debug << "SUPV UART MAN: Running.." << std::endl;
|
||||||
putTaskToSleep = handleUartReception();
|
putTaskToSleep = handleUartReception();
|
||||||
if (putTaskToSleep) {
|
if (putTaskToSleep) {
|
||||||
performUartShutdown();
|
performUartShutdown();
|
||||||
|
Loading…
Reference in New Issue
Block a user