Skip to content

Commit 3a85f35

Browse files
committed
update default file version to v2.1
1 parent f85c7ec commit 3a85f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/io/trc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def __init__(
268268
self,
269269
file: Union[StringPathLike, TextIO],
270270
channel: int = 1,
271-
fileversion : int = TRCFileVersion.V1_1,
271+
fileversion : int = TRCFileVersion.V2_1,
272272
**kwargs: Any,
273273
) -> None:
274274
"""

0 commit comments

Comments
 (0)