From d6f49818179c59b90b9407e3f7da09161cca3720 Mon Sep 17 00:00:00 2001 From: Catherine Holloway Date: Mon, 3 Apr 2017 11:21:32 -0400 Subject: [PATCH] changing default argument on socketcan_ctypes channel name --- can/interfaces/socketcan/socketcan_ctypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/can/interfaces/socketcan/socketcan_ctypes.py b/can/interfaces/socketcan/socketcan_ctypes.py index eb8a8a9a3..15200225a 100644 --- a/can/interfaces/socketcan/socketcan_ctypes.py +++ b/can/interfaces/socketcan/socketcan_ctypes.py @@ -39,7 +39,7 @@ class SocketcanCtypes_Bus(BusABC): channel_info = "ctypes socketcan channel" def __init__(self, - channel=0, + channel='vcan0', receive_own_messages=False, *args, **kwargs): """