1
0
Fork 0

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:
temi54c1l8 2024-06-14 11:09:31 +02:00
parent 8cc4dc1601
commit c41aa14680

View file

@ -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