CO_gateway_ascii: static analysis: use of modifier or type 'int' outside of a typedef [MISRA 2012 Directive 4.6, advisory]
This commit is contained in:
parent
8c798fbf20
commit
3a414a3b17
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ void CO_GTWA_process(CO_GTWA_t *gtwa,
|
|||
char tok[20];
|
||||
size_t n;
|
||||
uint32_t ui[3];
|
||||
int i;
|
||||
int32_t i;
|
||||
int32_t net = gtwa->net_default;
|
||||
int16_t node = gtwa->node_default;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue