From 70bab30d908acb73f0fc59ae3f12319ba47ccf86 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Fri, 18 Dec 2015 10:45:46 -0600 Subject: [PATCH] info string comment --- rtlsdr.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtlsdr.go b/rtlsdr.go index 7796579..3cc87fa 100644 --- a/rtlsdr.go +++ b/rtlsdr.go @@ -80,8 +80,8 @@ type HwInfo struct { const ( EepromSize = 256 - // MaxStrSize = (max string length - 2 (header bytes)) \ 2. Where each - // info character is followed by a null char. + // MaxStrSize = (max string length - 2 (header bytes)) \ 2, + // where each info char is followed by a null char. MaxStrSize = 35 StrOffsetStart = 0x09 )