1
0
forked from fsfw/fsfw

removed ioboardAddress, max reply Len

This commit is contained in:
2020-04-19 15:54:28 +02:00
parent 1820ad14b7
commit 7f08bb3506
2 changed files with 3 additions and 13 deletions

View File

@ -498,11 +498,6 @@ protected:
*/
uint8_t pstStep;
/**
* This will be used in the RMAP getRead command as expected length, is set by the constructor, can be modiefied at will.
*/
const uint32_t maxDeviceReplyLen;
/**
* wiretapping flag:
*
@ -994,11 +989,6 @@ private:
*/
CookieInfo cookieInfo;
/**
* cached from ctor for initialize()
*/
const uint32_t ioBoardAddress;
/**
* Used for timing out mode transitions.
*