diff options
author | Joshua Drake <Joshua.Ellis.Drake@gmail.com> | 2024-06-06 16:23:43 -0500 |
---|---|---|
committer | Joshua Drake <Joshua.Ellis.Drake@gmail.com> | 2024-06-06 16:23:43 -0500 |
commit | ed2644ef4e934f2f7cf93890760737790925a1c8 (patch) | |
tree | 9acece7182c9dde4d3bd665705a8f795e8b2fc8a /SPI.h | |
parent | f54fe1d4bfdec539ec9143d1ec9040bb737e850a (diff) |
Changed loss of connection behavior and cleaned up code.
Diffstat (limited to 'SPI.h')
-rw-r--r-- | SPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |