added binaries

This commit is contained in:
maliakal_d 2018-05-09 15:27:28 +02:00
parent e6c0304af1
commit 02cc284422
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ void error(char *msg){
}
int main(int argc, char *argv[]){
int portno, b;
int portno = DEFAULT_PORTNO;
int retval = OK;
int sd, fd;
int debugflag = 0;
@ -101,7 +101,7 @@ int main(int argc, char *argv[]){
printf("function table assigned \n");
#endif
if (b)
if (controlserver)
printf("\nControl Server Ready...\n\n");
else
printf("\nStop Server Ready...\n\n");

View File

@ -5117,7 +5117,7 @@ int reset_fpga(int file_des) {
#ifdef SLS_DETECTOR_FUNCTION_LIST
else {
if (isControlServer) {
basictests(debugflag) // mapping of control server at lease
basictests(debugflag); // mapping of control server at lease
#ifdef JUNGFRAUD
if (debugflag != PROGRAMMING_MODE)
#endif