1
0
forked from fsfw/fsfw

pool raw access changed reverted

This commit is contained in:
2019-12-11 23:18:28 +01:00
parent 625f3dc79c
commit fa6cbe7e0c
2 changed files with 0 additions and 12 deletions

View File

@ -50,7 +50,6 @@ private:
* \brief The information whether the class is read-write or read-only is stored here.
*/
ReadWriteMode_t readWriteMode;
//PoolRawAccess * nextPoolRawAccess;
static const uint8_t RAW_MAX_SIZE = sizeof(double);
protected:
/**