modifying to adjust to common basic tests debug mode for jungfrau

This commit is contained in:
Dhanya Maliakal 2017-09-21 17:58:10 +02:00
parent 7e0481eeff
commit c2f6e5b20c
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
//#define SVNPATH ""
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_detector_software.git"
//#define SVNREPPATH ""
#define SVNREPUUID "3c1eb747d1930d6d38030a5a607f72d3b58a7a21"
//#define SVNREV 0x1549
#define SVNREPUUID "8b025fcf83af16926960d0d03c6b0c9562fdc74c"
//#define SVNREV 0x1584
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTH "Dhanya_Maliakal"
#define SVNREV 0x1549
#define SVNDATE 0x20170830
#define SVNREV 0x1584
#define SVNDATE 0x20170921
//

View File

@ -68,7 +68,7 @@ int normal = 0;
/* basic tests */
void checkFirmwareCompatibility(){
void checkFirmwareCompatibility(int flag){
uint32_t ipadd = getDetectorIP();
uint64_t macadd = getDetectorMAC();
int64_t fwversion = getDetectorId(DETECTOR_FIRMWARE_VERSION);