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

Look like copy and waste error in USE_MA_SMOOTHING of flowdeck code #475

Closed
justinh24 opened this issue Sep 25, 2019 · 1 comment
Closed
Milestone

Comments

@justinh24
Copy link

Reviewing code I noted the following on line 101 on src/deck/drivers/src/flowdeck_v1_v2.c
pixelAverages.averageX[pixelAverages.ptr] = (float32_t)accpy;
should probably be:
pixelAverages.averageY[pixelAverages.ptr] = (float32_t)accpy;

Sorry... My dev environment is not currently set up or I would submit a pull request instead.

@krichardsson krichardsson added this to the 2019.09 milestone Sep 26, 2019
@krichardsson
Copy link
Contributor

Thanks!

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