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

hal_signal: fix overwriting OUT dir pin value #395

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

machinekoder
Copy link
Member

This patch fixes a bug when a signal is first linked to an IN or IO dir pin and then to an OUT pin. The previous behavior was that the value of the OUT pin was overwritten by the value of the signal, which can cause unwanted behavior. Now when an OUT dir pin is linked, the signal value is updated.

@luminize luminize merged commit e5e825a into machinekit:master Jan 29, 2024
5 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants