1
0
forked from fsfw/fsfw

replaced slotLengthMs with lengthMs

This commit is contained in:
2020-04-19 21:36:10 +02:00
parent 36715e3f4c
commit 7e3af7cf83
2 changed files with 5 additions and 5 deletions

View File

@ -126,7 +126,7 @@ protected:
*/
SlotList slotList;
uint32_t slotLengthMs;
uint32_t lengthMs;
bool isEmpty = false;
};