name slotLengthMs reverted to lengthMs

This commit is contained in:
2020-04-19 21:37:55 +02:00
parent 4d64a76b8e
commit cee8b4dc37
2 changed files with 5 additions and 6 deletions

View File

@ -23,7 +23,6 @@ using SlotListIter = std::multiset<FixedSequenceSlot>::iterator;
class FixedSlotSequence {
public:
/**
* @brief The constructor of the FixedSlotSequence object.
*
@ -126,7 +125,7 @@ protected:
*/
SlotList slotList;
uint32_t slotLengthMs;
uint32_t lengthMs;
};
#endif /* FIXEDSLOTSEQUENCE_H_ */