Update interleaved stop pattern

This commit is contained in:
dev-gto 2023-06-12 10:32:30 -03:00 committed by GitHub
parent 65580ac6e3
commit 146dd69239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ var (
}, },
true: encodeInfo{ // interleaved true: encodeInfo{ // interleaved
start: []bool{true, false, true, false}, start: []bool{true, false, true, false},
end: []bool{true, true, false, true}, end: []bool{true, true, true, false, true},
widths: map[bool]int{ widths: map[bool]int{
true: 3, true: 3,
false: 1, false: 1,