forked from M-Labs/artiq
commit
33285253fb
|
@ -498,7 +498,7 @@ class PeripheralManager:
|
||||||
}}""",
|
}}""",
|
||||||
name=self.get_name("phaser"),
|
name=self.get_name("phaser"),
|
||||||
channel=rtio_offset)
|
channel=rtio_offset)
|
||||||
return 2
|
return 5
|
||||||
|
|
||||||
def process(self, rtio_offset, peripheral):
|
def process(self, rtio_offset, peripheral):
|
||||||
processor = getattr(self, "process_"+str(peripheral["type"]))
|
processor = getattr(self, "process_"+str(peripheral["type"]))
|
||||||
|
|
Loading…
Reference in New Issue