MISRA warning (MISRA-C:2004 16.3/R) Identifiers shall be given for all of the parameters in a function prototype declaration
In the following code I get MISRA 16.3 warning on function pointer declaration.
typedef struct
{
uint8 (*function)(uint8,
uint8);
} COM_CallbackType;
This problem has already been reported to TI but not via forum. I raise it here as it is not visible in the SDOWP.
Regards, Tony.