Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
dc7016355a
|
@ -452,7 +452,7 @@ void* manageCtrlTerm(void* THREADABLE_ARGS){
|
||||||
arg->sgca->unit[pindex].flags = 0x10; // on reset les flags
|
arg->sgca->unit[pindex].flags = 0x10; // on reset les flags
|
||||||
|
|
||||||
if( flags == 0x10 ){
|
if( flags == 0x10 ){
|
||||||
printf("{udp_cterm}{com}(%d) Cannot get response from plane %d (%d)\n", index, count, (int) PLANE_LEN);
|
printf("{udp_cterm}{com}(%d) Cannot get response from plane %d bytes (%d expected)\n", index, count, (int) PLANE_LEN);
|
||||||
request.flags = 0x10;
|
request.flags = 0x10;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue