From 84732a469d2cf1529d48b6c803cac74521d0d78b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 13 Mar 2015 14:31:50 +0100 Subject: [PATCH] coredevice/gpio: fix indentation --- artiq/coredevice/gpio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/gpio.py b/artiq/coredevice/gpio.py index 9477da861..aaa8ea212 100644 --- a/artiq/coredevice/gpio.py +++ b/artiq/coredevice/gpio.py @@ -4,7 +4,7 @@ from artiq.language.db import * class GPIOOut(AutoDB): class DBKeys: - core = Device() + core = Device() channel = Argument() @kernel