MPSoC robustness tweaks and debug mode #805

Merged
meggert merged 8 commits from mpsoc-debug-mode into main 2023-10-17 09:48:52 +02:00
Showing only changes of commit 718277da28 - Show all commits

View File

@ -349,8 +349,6 @@ void PlocMpsocHandler::fillCommandAndReplyMap() {
ReturnValue_t PlocMpsocHandler::scanForReply(const uint8_t* start, size_t remainingSize,
DeviceCommandId_t* foundId, size_t* foundLen) {
// sif::debug << "received reply with length" << remainingSize << std::endl;
// arrayprinter::print(start, remainingSize);
ReturnValue_t result = returnvalue::OK;
SpacePacketReader spacePacket;