From 8a710be50d52d202e5613b6b7521bb5dd08970fc Mon Sep 17 00:00:00 2001 From: Tom Early Date: Wed, 17 Oct 2018 17:37:34 -0700 Subject: [PATCH] comment for CAPRS::ProcessText --- aprs.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/aprs.cpp b/aprs.cpp index 7b809c9..cc47504 100644 --- a/aprs.cpp +++ b/aprs.cpp @@ -49,8 +49,6 @@ void CAPRS::SelectBand(short int rptr_idx, unsigned short streamID) // Parameter buf is either: // 12 bytes(packet from repeater was 29 bytes) or // 15 bytes(packet from repeater was 32 bytes) -// Parameter len is either 12 or 15, because we took passed over the first 17 bytes -// in the repeater data // Paramter seq is the byte at pos# 16(counting from zero) in the repeater data void CAPRS::ProcessText(unsigned short streamID, unsigned char seq, unsigned char *buf) {