CO_PDO: static analysis: named parameter 'timerNext_us' of 'non-virtual' function 'CO_RPDO_process' not subsequently referenced [MISRA 2012 Rule 2.7, advisory]
This commit is contained in:
parent
8cc4dc1601
commit
c41aa14680
1 changed files with 2 additions and 0 deletions
|
|
@ -794,6 +794,8 @@ void CO_RPDO_process(CO_RPDO_t *RPDO,
|
|||
bool_t syncWas)
|
||||
{
|
||||
(void) syncWas;
|
||||
(void) timerNext_us;
|
||||
|
||||
CO_PDO_common_t *PDO = &RPDO->PDO_common;
|
||||
|
||||
if (PDO->valid && NMTisOperational
|
||||
|
|
|
|||
Loading…
Reference in a new issue