important bugfix #152
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:hotfix/PeriodicTaskOverflowChecking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I checked all 5 cases for overflows when checking
for missed deadlines (there is current time, timeToWake
and lastWakeTime, with various combinations of overflows)
This should be the correct implementation now