From 345b79e680953c69314d932b98c0de1190c1c27c Mon Sep 17 00:00:00 2001 From: Zilog80 Date: Thu, 25 Feb 2016 16:28:50 +0100 Subject: [PATCH] RD94: raw checksum, nicht nochmal blocks checken --- dropsonde/rd94drop.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dropsonde/rd94drop.c b/dropsonde/rd94drop.c index 1ca3096..4233ccf 100644 --- a/dropsonde/rd94drop.c +++ b/dropsonde/rd94drop.c @@ -769,12 +769,14 @@ void print_frame() { if ( i==pos_chkInt +1 ) fprintf(stdout, " "); } } +/* + // chk = checkBlocks(); if (option_raw == 2) { - chk = err & 0xFF; printf(" # check: "); // blocks: 0=F, 1=S, 2=G1, 3=G2, 4=I, 6=H1, 7=H2 for (i = 0; i < 5; i++) fprintf(stdout, "%d", (chk>>i)&1); fprintf(stdout, "_"); for (i = 6; i < 8; i++) fprintf(stdout, "%d", (chk>>i)&1); } +*/ fprintf(stdout, "\n"); } else {