From 969fd998f9317eead3915022a6b430188364d32f Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 24 Jul 2018 09:24:40 +0100 Subject: [PATCH] reformat header --- src/peripherals/spi/spi.bsv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peripherals/spi/spi.bsv b/src/peripherals/spi/spi.bsv index 553f875..dbbd023 100644 --- a/src/peripherals/spi/spi.bsv +++ b/src/peripherals/spi/spi.bsv @@ -97,7 +97,7 @@ package spi; endmethod endinterface; interface clk_o = qspi.out.clk_o; - interface ncs_o = qspi.ncs_o; + interface ncs_o = qspi.out.ncs_o; endinterface; interface slave = qspi.slave; -- 2.30.2