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
|
@ -81,7 +81,7 @@ void MainLoop()
|
|||
uint16_t len = sizeof(text2Send) - 1 - (rand() & randmask);
|
||||
DIAG_ENTER_BUSY();
|
||||
Mcd_Copy(Pu_GetTxBuffer(&g_uartStatuses[idx]), text2Send, len);
|
||||
Pu_Post(&g_uartStatuses[idx], NULL, len, &g_crcStatus, 1);
|
||||
Pu_Post(&g_uartStatuses[idx], NULL, len, 1);
|
||||
DIAG_EXIT_BUSY();
|
||||
}
|
||||
for(uint16_t rIdx = 0; rIdx < 2; ++rIdx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue