Boilerplate Code to make ploc and star tracker compile
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user