1
0
forked from fsfw/fsfw

new member to store last step

This commit is contained in:
2020-09-03 00:22:16 +02:00
parent 822a908353
commit dbb394f761
2 changed files with 6 additions and 0 deletions

View File

@ -555,6 +555,7 @@ protected:
/** This is the counter value from performOperation(). */
uint8_t pstStep = 0;
uint8_t lastStep = 0;
uint32_t pstIntervalMs = 0;
/**