From ed2644ef4e934f2f7cf93890760737790925a1c8 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Thu, 6 Jun 2024 16:23:43 -0500 Subject: Changed loss of connection behavior and cleaned up code. --- SPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SPI.h') diff --git a/SPI.h b/SPI.h index 6cdeeea..2fcc0d4 100644 --- a/SPI.h +++ b/SPI.h @@ -309,7 +309,7 @@ synchronized. See section ?Outputs in Parallel? for output combinations Message_DAGOLONEN({0b11xx0000, 0b00xx0000, 0b00xx0000}); //Device 1 enters active mode, resets SPI operation, and maintains normal latch operation. */ - void Message_HWCROCL(uint8_t outputs[3]); + void Message_HWCROCL(voids); /** @Summary Output Latch (ERRn) Clear bits (HWCR_OCL.OUTn) -- cgit v1.2.3