Boilerplate Code to make ploc and star tracker compile

This commit is contained in:
2022-07-27 23:09:05 +02:00
parent 24297a6a97
commit d92b1b170d
6 changed files with 19 additions and 14 deletions

View File

@ -480,7 +480,7 @@ ReturnValue_t PlocMPSoCHandler::handleAction(PlocMpSoCCamCmdSendAction* action)
}
ReturnValue_t PlocMPSoCHandler::handleAction(PlocMpSoCFlashWriteAction* action) {
ReturnValue_t result;
ReturnValue_t result = RETURN_OK;
// if (size > config::MAX_PATH_SIZE + config::MAX_FILENAME_SIZE) {
// return MPSoCReturnValuesIF::FILENAME_TOO_LONG;
// }