This commit is contained in:
Dhanya Maliakal 2016-10-31 14:30:48 +01:00
parent cc2346be67
commit 6a843b28d1

View File

@ -584,7 +584,7 @@ enum communicationProtocol{
int ReceiveDataOnly(void* buf,int length=0){ int ReceiveDataOnly(void* buf,int length=0){
if (buf==NULL) return -1; if (buf==NULL) return -1;
cprintf(RED,"length:%d\n",length);
total_sent=0; total_sent=0;