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 )