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

Bug in void ADC_Module::stopContinuous()? #35

Closed
kukks1 opened this issue Jul 13, 2018 · 1 comment
Closed

Bug in void ADC_Module::stopContinuous()? #35

kukks1 opened this issue Jul 13, 2018 · 1 comment

Comments

@kukks1
Copy link

kukks1 commented Jul 13, 2018

Hello,
nice work. :-)

Line 1127 ff:
// decrease the counter of measurements (unless it's 0)
if(!num_measurements) {
num_measurements--;
}

I guess, it should read:
if(num_measurements) {

Best wishes, kukks1

@pedvide
Copy link
Owner

pedvide commented Dec 24, 2019

Fixed, in branch teensy4, will merge soon.
Thanks and sorry for the delay!

@pedvide pedvide closed this as completed Dec 24, 2019
pedvide added a commit that referenced this issue Dec 25, 2019
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

No branches or pull requests

2 participants