WIP: PLOC MPSoC read file #624

Closed
muellerr wants to merge 58 commits from ploc_mpsoc_read_file into v2.1.0-dev
Showing only changes of commit 934f0694e2 - Show all commits

View File

@ -1170,6 +1170,10 @@ size_t PlocMPSoCHandler::getNextReplyLength(DeviceCommandId_t commandId) {
// report is not fixed
replyLen = mpsoc::SP_MAX_SIZE;
break;
case mpsoc::TM_FLASH_DIRECTORY_CONTENT:
// I think the reply size is not fixed either.
replyLen = mpsoc::SP_MAX_SIZE;
break;
default: {
replyLen = iter->second.replyLen;
break;