2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

coredevice/gpio: fix indentation

This commit is contained in:
Sebastien Bourdeauducq 2015-03-13 14:31:50 +01:00
parent 330e7e1b18
commit 84732a469d

View File

@ -4,7 +4,7 @@ from artiq.language.db import *
class GPIOOut(AutoDB):
class DBKeys:
core = Device()
core = Device()
channel = Argument()
@kernel