Skip to content

vector xlclass - implement XLbusParams #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 12, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use black formatter on xlclass.py
  • Loading branch information
zariiii9003 committed Oct 25, 2019
commit c0a53e0f5cd2be18daac5c9d897e649bca6c7526
5 changes: 1 addition & 4 deletions can/interfaces/vector/xlclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,7 @@ class s_xl_bus_params_data(ctypes.Union):


class XLbusParams(ctypes.Structure):
_fields_ = [
("busType", ctypes.c_uint),
("data", s_xl_bus_params_data),
]
_fields_ = [("busType", ctypes.c_uint), ("data", s_xl_bus_params_data)]


class XLchannelConfig(ctypes.Structure):
Expand Down