Revert "pulse chip fixed"

This reverts commit f85739e8b64a3b0c7af02d068a2cc429064ad103.
This commit is contained in:
Wang Xiaoqiang
2015-12-15 16:26:44 +01:00
parent 4fc8065ef5
commit ca6f2b8588
5 changed files with 6 additions and 6 deletions

View File

@@ -3778,7 +3778,7 @@ int pulse_chip(int file_des) {
sprintf(mess,"pulse chip failed\n");
n = receiveData(file_des,&arg,sizeof(arg),INT32);
n = receiveData(file_des,arg,sizeof(arg),INT32);
if (n < 0) {
sprintf(mess,"Error reading from socket\n");
ret=FAIL;