forked from M-Labs/artiq
5 is correct.
This commit is contained in:
parent
cba631610c
commit
9b4b550f76
|
@ -498,7 +498,7 @@ class PeripheralManager:
|
||||||
}}""",
|
}}""",
|
||||||
name=self.get_name("phaser"),
|
name=self.get_name("phaser"),
|
||||||
channel=rtio_offset)
|
channel=rtio_offset)
|
||||||
return 6
|
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