mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 17:18:00 +02:00
gotthard works, data to be authenticated when personnel available
This commit is contained in:
@ -2637,7 +2637,7 @@ uint32_t slsDetector::writeRegister(uint32_t addr, uint32_t val) {
|
||||
uint32_t slsDetector::readRegister(uint32_t addr) {
|
||||
int fnum = F_READ_REGISTER;
|
||||
int ret = FAIL;
|
||||
uint32_t arg = -1;
|
||||
uint32_t arg = addr;
|
||||
uint32_t retval = -1;
|
||||
FILE_LOG(logDEBUG1) << "Reading register 0x" << std::hex << addr << std::dec;
|
||||
|
||||
|
Reference in New Issue
Block a user