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

@ -154,7 +154,7 @@ class TcMemWrite : public TcBase {
protected:
ReturnValue_t initPacket(void *actionIn) {
auto action = dynamic_cast<PlocMpSoCMemWriteAction *>(actionIn);
auto action = (PlocMpSoCMemWriteAction *)(actionIn); //TODO
ReturnValue_t result = HasReturnvaluesIF::RETURN_OK;
// faking until framework code is ready
// uint16_t length = action->memoryData.length;