From f402b4af3ff7750db8336d8d283093ab411d393c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 27 Feb 2017 17:51:55 +0800 Subject: [PATCH] drtio: fix typo in example device_db --- artiq/examples/drtio/device_db.pyon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/examples/drtio/device_db.pyon b/artiq/examples/drtio/device_db.pyon index d57811ed8..269a40ba4 100644 --- a/artiq/examples/drtio/device_db.pyon +++ b/artiq/examples/drtio/device_db.pyon @@ -45,7 +45,7 @@ "class": "TTLOut", "arguments": {"channel": 3}, }, - "rled4": { + "led4": { "type": "local", "module": "artiq.coredevice.ttl", "class": "TTLOut",