changed order

This commit is contained in:
Robin Müller 2021-01-31 18:27:21 +01:00
parent f067695353
commit 8b90360b45
1 changed files with 1 additions and 1 deletions

View File

@ -67,8 +67,8 @@ private:
SerializeElement<ParameterId_t> parameterId = 0;
//! [EXPORT] : [COMMENT] Type consisting of one byte PTC and one byte PFC.
SerializeElement<uint16_t> ccsdsType = 0;
SerializeElement<uint8_t> columns = 0;
SerializeElement<uint8_t> rows = 0;
SerializeElement<uint8_t> columns = 0;
SerializeElement<SerialBufferAdapter<uint8_t>> parameterBuffer;
};