Skip to content

Commit feac20b

Browse files
committed
missing 'not'
1 parent 3897864 commit feac20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/ixxat/canlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ def __init__(
611611
if is_fd:
612612
if (
613613
CanFeature.CAN_FEATURE_EXTDATA not in _features
614-
or CanFeature.CAN_FEATURE_FASTDATA in _features
614+
or CanFeature.CAN_FEATURE_FASTDATA not in _features
615615
):
616616
raise CanInitializationError(
617617
"The interface %s does not support CAN FD"

0 commit comments

Comments
 (0)