Fix JF Format typo

This commit is contained in:
2020-04-17 10:45:30 +02:00
parent 97831ec4f2
commit 992a2fd891
+1 -1
View File
@@ -9,7 +9,7 @@ struct JFFileFormat {
uint64_t pulse_id;
uint64_t frame_id;
uint32_t daq_rec;
uint16 n_recv_packets;
uint16_t n_recv_packets;
char* data[JUNGFRAU_DATA_BYTES_PER_FRAME];
};
#pragma pack(pop)