error found

This commit is contained in:
Robin Müller 2021-04-12 22:12:18 +02:00
parent 4faa5b0685
commit 07f1216316
2 changed files with 3 additions and 9 deletions

View File

@ -65,12 +65,6 @@ public:
uint8_t* getAllTmData() override;
void setDataPointer(const uint8_t* newPointer) override;
private:
/**
* The address where the packet data of the object instance is stored.
*/
store_address_t storeAddress;
};

View File

@ -54,8 +54,8 @@ public:
*/
void setStoreAddress(store_address_t setAddress);
ReturnValue_t sendPacket( MessageQueueId_t destination,
MessageQueueId_t sentFrom, bool doErrorReporting = true );
ReturnValue_t sendPacket(MessageQueueId_t destination, MessageQueueId_t sentFrom,
bool doErrorReporting = true);
protected:
/**