mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 17:47:59 +02:00
merge from developer (without the additional json header implementations)
This commit is contained in:
@ -2118,8 +2118,8 @@ void readSample() {
|
||||
|
||||
// keep reading till the value is the same
|
||||
while (*((uint16_t*)now_ptr) != bus_r16(fifoAddr)) {
|
||||
FILE_LOG(logDEBUG1, ("%d ", ich));
|
||||
*((uint16_t*)now_ptr) = bus_r16(fifoAddr);
|
||||
FILE_LOG(logDEBUG1, (""))
|
||||
}
|
||||
|
||||
// increment pointer to data out destination
|
||||
|
Reference in New Issue
Block a user