1
0
Fork 0

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:
temi54c1l8 2024-06-27 10:11:06 +02:00
parent 8c798fbf20
commit 3a414a3b17

View file

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