fix #1111 by s0kr4t3s · Pull Request #1113 · hardbyte/python-can · GitHub
Skip to content

fix #1111#1113

Closed
s0kr4t3s wants to merge 4 commits into
hardbyte:developfrom
s0kr4t3s:develop
Closed

fix #1111#1113
s0kr4t3s wants to merge 4 commits into
hardbyte:developfrom
s0kr4t3s:develop

Conversation

@s0kr4t3s

@s0kr4t3s s0kr4t3s commented Jul 27, 2021

Copy link
Copy Markdown
Contributor

Fixes #1111.

@mergify mergify Bot requested a review from hardbyte July 27, 2021 20:50
@codecov

codecov Bot commented Jul 27, 2021

Copy link
Copy Markdown

f_clock = "{}={}".format("f_clock_mhz", kwargs.get("f_clock_mhz", None))
else:
f_clock = "{}={}".format("f_clock", kwargs.get("f_clock", None))
f_clock = ""

@felixdivo felixdivo Aug 20, 2021

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should rather add a type, is int correct?

Suggested change
f_clock = ""
f_clock: int

Comment thread can/util.py Outdated
@felixdivo

Copy link
Copy Markdown
Collaborator

Ping @s0kr4t3s

@zariiii9003

Copy link
Copy Markdown
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to initialize Pcan in fd mode

3 participants