packetusart unit tests
This commit is contained in:
parent
c2f84b23ee
commit
5d26fdc64d
8 changed files with 219 additions and 151 deletions
|
@ -62,5 +62,5 @@ void Con_PrintStats(char *buffer, uint8_t id, struct usart_stats *stats, USART_
|
|||
ADDINFO(buffer, " pmp: ", stats->premature_payload);
|
||||
buffer += strcpy_ex(buffer, "\r\n");
|
||||
|
||||
Pku_SetupTransmit(usart, dmaInfo->dma, dmaInfo->stream, bs, buffer - bs + 1);
|
||||
Pu_SetupTransmit(usart, dmaInfo->dma, dmaInfo->stream, bs, buffer - bs + 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue