update format

This commit is contained in:
maliakal_d 2020-05-11 19:53:50 +02:00
parent 80f4f115f9
commit e3d3c88d74
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ void Beb_SetTopVariable(int val);
int Beb_SetTop(enum TOPINDEX ind);
int Beb_SetMaster(enum MASTERINDEX ind);
int Beb_SetActivate(int enable);
int Beb_GetActivate(int* retval);
int Beb_GetActivate(int *retval);
int Beb_Set32bitOverflow(int val);
int Beb_GetTenGigaFlowControl();

View File

@ -711,7 +711,7 @@ void setupDetector() {
}
LOG(logINFOBLUE,
("Module: %s %s %s\n", (top ? "TOP" : "BOTTOM"),
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
(master ? "MASTER" : "SLAVE"), (normal ? "NORMAL" : "SPECIAL")));
// client first connect (from shm) will activate
if (setActivate(0) == FAIL) {

View File

@ -10,4 +10,4 @@
#define APIJUNGFRAU 0x200508
#define APIMYTHEN3 0x200508
#define APIMOENCH 0x200508
#define APIEIGER 0x200511
#define APIEIGER 0x200511