X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9d18e10afb2439a6a9ba6978a799259746a837b7..e63ef4561aaf187880dedebf9462bf72bcb0e9a4:/core/ssp/ssp.h diff --git a/core/ssp/ssp.h b/core/ssp/ssp.h index 3deab4e..3c4a4e8 100644 --- a/core/ssp/ssp.h +++ b/core/ssp/ssp.h @@ -79,7 +79,8 @@ sspClockPhase_t; extern void SSP_IRQHandler (void); void sspInit (uint8_t portNum, sspClockPolarity_t polarity, sspClockPhase_t phase); -void sspSend (uint8_t portNum, uint8_t *buf, uint32_t length); +void sspSend (uint8_t portNum, uint8_t const *buf, uint32_t length); void sspReceive (uint8_t portNum, uint8_t *buf, uint32_t length); +void sspSendReceive(uint8_t portNum, uint8_t *buf, uint32_t length); #endif