From 6ac06d552b967104ee0cfeefb12db22a4c341ff6 Mon Sep 17 00:00:00 2001 From: Zilog80 Date: Sun, 6 Feb 2022 20:24:13 +0100 Subject: [PATCH] imet1rs: xdata clean-up --- imet/imet1rs_dft.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imet/imet1rs_dft.c b/imet/imet1rs_dft.c index cdcf8d4..b1f9621 100644 --- a/imet/imet1rs_dft.c +++ b/imet/imet1rs_dft.c @@ -453,7 +453,7 @@ offset bytes description 1 1 PKT_ID = 0x03 2 2 N = number of data bytes to follow 3+N 2 CRC (16-bit) -N=8, ID=0x01: Ozonesonde (MSB) +N=8, ID=0x01: ECC Ozonesonde (MSB) 3 1 Instrument_type = 0x01 (ID) 4 1 Instrument_number 5 2 Icell, uA (I = n/1000) @@ -469,7 +469,6 @@ ID=0x19: COBALD (Compact Optical Backscatter Aerosol Detector) */ int print_xdata(int pos, ui8_t N) { - int P, U; ui8_t InstrumentNum; short Tpump; unsigned short Icell, Ipump, Vbat;