Skip to content

Commit

Permalink
make consts untyped
Browse files Browse the repository at this point in the history
  • Loading branch information
fialhopm committed Feb 8, 2024
1 parent c5875ef commit fc6690d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdr_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
)

const (
sdrHeaderLength = uint8(5)
sdrMaxLength = uint8(64)
sdrHeaderLength = 5
sdrMaxLength = 64
)

var (
Expand Down

0 comments on commit fc6690d

Please sign in to comment.