Modicfications for chiptestboard and moench03 module

This commit is contained in:
2017-06-13 15:28:45 +02:00
parent d90db50a60
commit 8caab4e562
13 changed files with 974 additions and 759 deletions

View File

@ -328,9 +328,9 @@ int receiveData(int file_des, void* buf,int length, intType itype){
int nreceiving;
int nreceived;
if (file_des<0) return -1;
//#ifdef VERY_VERBOSE
#ifdef VERY_VERBOSE
printf("want to receive %d Bytes\n", length);
//#endif
#endif
while(length>0){
nreceiving = (length>send_rec_max_size) ? send_rec_max_size:length;