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

Fix incorrect key polling in key calibration routine (misplaced semicolon) #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

64kramsystem
Copy link

The key polling cycle in the key calibration routine has a misplaced semicolon, which prevented WaitVBL() to run on each poll (cycle).

I'm actually no expert 😬 - I've just compared the source project with the port, and had a look at the APIs involved. The calibration actually works fine either way.

@64kramsystem
Copy link
Author

I've accidentally added other commits from my fork. Removing them now 😄

The key polling cycle in the key calibration routine has a misplaced semicolon, which prevented WaitVBL() to run on each poll (cycle).
@64kramsystem 64kramsystem deleted the fix_incorrect_key_wait branch August 22, 2022 22:13
@64kramsystem 64kramsystem restored the fix_incorrect_key_wait branch August 22, 2022 22:14
@64kramsystem 64kramsystem reopened this Aug 22, 2022
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.

1 participant