diff --git a/.hgsubstate b/.hgsubstate --- a/.hgsubstate +++ b/.hgsubstate @@ -1,2 +1,2 @@ -d2dd915411c7cd1bf4405441d644c6be1cc84e7f LFR_basic-parameters +aa66459dff7b46d030e3263cfd9291b1d550c428 LFR_basic-parameters bb9afa759d57093f7646d3be18f4a9923a4cbf84 header/lfr_common_headers diff --git a/FSW-qt/fsw-qt.pro b/FSW-qt/fsw-qt.pro --- a/FSW-qt/fsw-qt.pro +++ b/FSW-qt/fsw-qt.pro @@ -12,7 +12,7 @@ SWVERSION=-1-0 DEFINES += SW_VERSION_N1=3 # major DEFINES += SW_VERSION_N2=0 # minor DEFINES += SW_VERSION_N3=0 # patch -DEFINES += SW_VERSION_N4=6 # internal +DEFINES += SW_VERSION_N4=7 # internal # #QMAKE_CFLAGS_RELEASE += -fprofile-arcs -ftest-coverage diff --git a/header/processing/fsw_processing.h b/header/processing/fsw_processing.h --- a/header/processing/fsw_processing.h +++ b/header/processing/fsw_processing.h @@ -68,8 +68,8 @@ typedef struct unsigned char source_data_spare; unsigned char pa_lfr_bp_blk_nr[2]; // SOURCE DATA - unsigned char data[ 117 ]; // 13 bins * 9 Bytes only for TM_LFR_SCIENCE_NORMAL_BP1_F0 and F1 -} bp_packet_with_spare; + unsigned char data[ 143 ]; // 13 bins * 11 Bytes +} bp_packet_with_spare; // only for TM_LFR_SCIENCE_NORMAL_BP1_F0 and F1 typedef struct asm_msg {