Skip to content

Commit 539995e

Browse files
Update neo/rawio/tdtrawio.py
1 parent f278706 commit 539995e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/tdtrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def read_tbk(tbk_filename):
570570
EVTYPE_STROFF = int('00000102', 16) # 258
571571
EVTYPE_SCALAR = int('00000201', 16) # 513
572572
EVTYPE_STREAM = int('00008101', 16) # 33025
573-
EVTYPE_STREAM_VARIANT = int(33041)
573+
EVTYPE_STREAM_VARIANT = int('00008111', 16) # 33041
574574
EVTYPE_SNIP = int('00008201', 16) # 33281
575575
EVTYPE_MARK = int('00008801', 16) # 34817
576576
EVTYPE_HASDATA = int('00008000', 16) # 32768

0 commit comments

Comments
 (0)