forked from M-Labs/artiq
coredevice/exceptions/ClockFailure: improve description
This commit is contained in:
parent
ff697a47ce
commit
4d22db1aff
|
@ -135,4 +135,4 @@ class WatchdogExpired(Exception):
|
||||||
"""Raised when a watchdog expires."""
|
"""Raised when a watchdog expires."""
|
||||||
|
|
||||||
class ClockFailure(Exception):
|
class ClockFailure(Exception):
|
||||||
"""Raised when RTIO PLL is unable to lock."""
|
"""Raised when RTIO PLL has lost lock."""
|
||||||
|
|
Loading…
Reference in New Issue