Rename JF variable to shorter version

This commit is contained in:
2020-05-25 15:10:15 +02:00
parent 05b62c30e6
commit 9d85d665c8
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#define JUNGFRAU_N_MODULES 32
#define JUNGFRAU_BYTES_PER_PACKET 8246
#define JUNGFRAU_DATA_BYTES_PER_PACKET 8192
#define JUNGFRAU_N_PACKETS_PER_FRAME 128
#define JF_N_PACKETS_PER_FRAME 128
#define JUNGFRAU_DATA_BYTES_PER_FRAME 1048576
#define JF_BYTES_PER_FRAME (8246 * 128)