forked from M-Labs/artiq
coredevice/gpio: fix indentation
This commit is contained in:
parent
330e7e1b18
commit
84732a469d
|
@ -4,7 +4,7 @@ from artiq.language.db import *
|
|||
|
||||
class GPIOOut(AutoDB):
|
||||
class DBKeys:
|
||||
core = Device()
|
||||
core = Device()
|
||||
channel = Argument()
|
||||
|
||||
@kernel
|
||||
|
|
Loading…
Reference in New Issue