* src/cansequence.c:
fixed out of order expected and received value git-svn-id: https://iocaste.extern.pengutronix.de/svn/canutils/trunks/canutils-2.0-trunk@84 5fd5a299-6ef2-0310-aa18-8b01d7c39d8cpull/254/head^2
parent
3794644caa
commit
ac8ae17727
|
|
@ -166,7 +166,7 @@ int main(int argc, char **argv)
|
|||
printf("received frame. sequence number: %d\n",sequence);
|
||||
if (frame.data[0] != sequence) {
|
||||
printf("received wrong sequence count. expected: %d, got: %d\n",
|
||||
frame.data[0], sequence);
|
||||
sequence, frame.data[0]);
|
||||
if(quit)
|
||||
exit(1);
|
||||
sequence = frame.data[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue