mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
dummy value changed
This commit is contained in:
@ -269,7 +269,7 @@ public:
|
|||||||
newiy = (iy - (iy%linesperpacket));
|
newiy = (iy - (iy%linesperpacket));
|
||||||
|
|
||||||
header_t = (eiger_packet_header_t*)((char*)(data +(dataMap[newiy][newix]-8)));
|
header_t = (eiger_packet_header_t*)((char*)(data +(dataMap[newiy][newix]-8)));
|
||||||
if(*( (uint16_t*) header_t->missingpacket)==0xFFFF){
|
if(*( (uint16_t*) header_t->missingpacket)==0xFFFFFFFF){
|
||||||
// cprintf(RED,"missing packet\n");
|
// cprintf(RED,"missing packet\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user