Skip to content

Commit

Permalink
not needed cases removed
Browse files Browse the repository at this point in the history
  • Loading branch information
th-sabik committed Dec 25, 2023
1 parent 3f13b7e commit 256d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/trexDecoder/trexDecoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func New(w io.Writer, lut id.TriceIDLookUp, m *sync.RWMutex, li id.TriceIDLookUp
p.packageFraming = packageFramingCOBS
case "tcobs", "tcobsv1":
p.packageFraming = packageFramingTCOBS
case "TCOBSv2", "TCOBSV2", "tcobsv2":
case "tcobsv2":
p.packageFraming = packageFramingTCOBSv2
case "none":
p.packageFraming = packageFramingNone
Expand Down

0 comments on commit 256d1cf

Please sign in to comment.