mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-13 13:27:51 +00:00
Calling stop before start will result in hanging in self._started.wait(), because that event will never get set. Although stop before start is an illegal usage pattern, let's try not to fail annoyingly.