mirror of https://github.com/m-labs/artiq.git
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 GPIOOut(AutoDB):
|
||||||
class DBKeys:
|
class DBKeys:
|
||||||
core = Device()
|
core = Device()
|
||||||
channel = Argument()
|
channel = Argument()
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
|
|
Loading…
Reference in New Issue