Skip to content
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

driver/serialdigitaloutput: fix get() for DTR signal #1432

Merged

Conversation

Bastian-Krause
Copy link
Member

Description
If self.signal is "dtr", a ValueError is raised. That happens because the if/else logic is wrong for that case. Fix that.

Checklist

  • PR has been tested

Fixes #577

If self.signal is "dtr", a ValueError is raised.  That happens because
the if/else logic is wrong for that case. Fix that.

Signed-off-by: Bastian Krause <[email protected]>
@Bastian-Krause Bastian-Krause marked this pull request as ready for review June 27, 2024 11:12
@Emantor Emantor merged commit 09bbb34 into labgrid-project:master Jun 28, 2024
9 checks passed
@Bastian-Krause Bastian-Krause deleted the bst/serialdigitaloutput branch July 1, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants