ttl: remove spurious _mu

pull/109/head
Robert Jördens 2015-07-28 16:14:26 -06:00
parent b179430f6b
commit e95b66f114
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class TTLInOut:
self._set_sensitivity(0)
@kernel
def gate_both_mu(self, duration):
def gate_both(self, duration):
"""Register both rising and falling edge events for the specified
duration (in seconds)."""
self._set_sensitivity(3)