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

Typo in getTPAMBLP3() results in garbage return #7

Open
promnius opened this issue Oct 1, 2021 · 1 comment
Open

Typo in getTPAMBLP3() results in garbage return #7

promnius opened this issue Oct 1, 2021 · 1 comment

Comments

@promnius
Copy link

promnius commented Oct 1, 2021

TPAMBLP3 should be a 16 bit number (or 15 bit after divide by 2) but is currently stored in an 8 bit variable "temp" before being returned. temp should be uint16_t

@kriswiner
Copy link
Owner

kriswiner commented Oct 1, 2021 via email

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