Skip to content

Commit f8abe65

Browse files
committed
chore: fix perf regression
1 parent 726e733 commit f8abe65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bluetooth_data_tools/gap.pxd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ cpdef parse_advertisement_data(object data)
5353
offset=cython.uint,
5454
start=cython.uint,
5555
end=cython.uint,
56+
i=cython.uint,
5657
)
5758
cpdef _uncached_parse_advertisement_bytes(bytes gap_bytes)
5859

0 commit comments

Comments
 (0)