mirror of https://github.com/m-labs/artiq.git
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."""
|
||||
|
||||
class ClockFailure(Exception):
|
||||
"""Raised when RTIO PLL is unable to lock."""
|
||||
"""Raised when RTIO PLL has lost lock."""
|
||||
|
|
Loading…
Reference in New Issue