Skip to content

Commit

Permalink
Fix nasa#873, Remove rogue while loop in OS_DeleteAllObjects
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Mar 11, 2021
1 parent ead5723 commit 7cc4e3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/os/shared/src/osapi-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,6 @@ void OS_DeleteAllObjects(void)
}
OS_TaskDelay(5);
}
while (ObjectCount > 0 && TryCount < 5)
;
} /* end OS_DeleteAllObjects */

/*----------------------------------------------------------------
Expand Down

0 comments on commit 7cc4e3b

Please sign in to comment.