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
|
@ -30,7 +30,7 @@ void Pu_Init(
|
|||
|
||||
uint8_t* Pu_GetTxBuffer(struct usartstatus_t *status);
|
||||
|
||||
uint8_t Pu_Post(struct usartstatus_t *status, uint8_t const *payload, uint8_t length, struct crcstatus_t *crcStatus, uint8_t waitForCrcQueue);
|
||||
uint8_t Pu_Post(struct usartstatus_t *status, uint8_t const *payload, uint8_t length, uint8_t waitForCrcQueue);
|
||||
void Pu_SetupReceive(struct usartstatus_t *status);
|
||||
void Pu_SetupTransmit(USART_TypeDef *usart, DMA_TypeDef* dma, uint32_t stream, void *buffer, uint32_t length);
|
||||
void Pu_ConsumePacket(struct usartstatus_t *status, uint8_t packetIndex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue