2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-24 19:04:02 +08:00

test_embedding: Remove unused reference to led device

This commit is contained in:
David Nadlinger 2018-07-10 01:10:18 +01:00
parent 4f56710e4b
commit edc314524c

View File

@ -80,7 +80,6 @@ class DefaultArgTest(ExperimentCase):
class _RPCTypes(EnvExperiment):
def build(self):
self.setattr_device("core")
self.setattr_device("led")
def return_bool(self) -> TBool:
return True