Skip to content

Commit

Permalink
info string comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoirier committed Dec 18, 2015
1 parent e128815 commit 70bab30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtlsdr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 70bab30

Please sign in to comment.