coredevice/gpio: fix indentation

This commit is contained in:
Sebastien Bourdeauducq 2015-03-13 14:31:50 +01:00
parent 330e7e1b18
commit 84732a469d
1 changed files with 1 additions and 1 deletions

View File

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