mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-06 20:11:53 +01: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.