2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-12 12:03:35 +08:00

coredevice/exceptions/ClockFailure: improve description

This commit is contained in:
Sebastien Bourdeauducq 2016-03-19 18:01:00 +08:00
parent ff697a47ce
commit 4d22db1aff

View File

@ -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."""