Eliminating crcstatus* parameter wherever it is not used
This commit is contained in:
parent
5e7279edc6
commit
0fad890449
4 changed files with 9 additions and 9 deletions
|
@ -142,7 +142,7 @@ uint8_t MOCKABLE(Pu_CheckHeader)(struct usartpacket_t *packet)
|
|||
}
|
||||
|
||||
|
||||
uint8_t MOCKABLE(Pu_Post)(struct usartstatus_t *status, uint8_t const *payload, uint8_t length, struct crcstatus_t *crcStatus, uint8_t waitForCrcQueue)
|
||||
uint8_t MOCKABLE(Pu_Post)(struct usartstatus_t *status, uint8_t const *payload, uint8_t length, uint8_t waitForCrcQueue)
|
||||
{
|
||||
struct usart_buffer_t *buffer = &status->txBuffer;
|
||||
uint8_t hash = STARTMARKER;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue