From 916b10ca943a55de68118106029cb9431a2718b2 Mon Sep 17 00:00:00 2001 From: whitequark Date: Tue, 27 Feb 2018 18:36:45 +0000 Subject: [PATCH] =?UTF-8?q?examples:=20spi=20=E2=86=92=20spi2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artiq/examples/master/device_db.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/examples/master/device_db.py b/artiq/examples/master/device_db.py index 44cf3d72f..2ea42eac6 100644 --- a/artiq/examples/master/device_db.py +++ b/artiq/examples/master/device_db.py @@ -120,13 +120,13 @@ device_db = { # Generic SPI "spi0": { "type": "local", - "module": "artiq.coredevice.spi", + "module": "artiq.coredevice.spi2", "class": "SPIMaster", "arguments": {"channel": 23} }, "spi_mmc": { "type": "local", - "module": "artiq.coredevice.spi", + "module": "artiq.coredevice.spi2", "class": "SPIMaster", "arguments": {"channel": 26} },