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

fixed issue with input #16

Closed
wants to merge 1 commit into from

Conversation

pollend
Copy link

@pollend pollend commented Mar 7, 2019

This doesn't seem correct, bit shifting over right on a zero input will always give back zero. I'm just guessing from the other operators that it's suppose to be config[1] where the sign is determined on the first bit and the next two bits determine the input. This is just a guess.

@cla-bot
Copy link

cla-bot bot commented Mar 7, 2019

We require contributors to sign our Contributor License Agreement, and we do not have you on file. In order for us to review and merge your code, please download the cla and email the signed copy to hello at mbientlab dot com.

https://mbientlab.com/documents/MbientLab-CLA.pdf

@lkasso
Copy link
Contributor

lkasso commented Apr 8, 2021

Fixing in 3.8.1

@lkasso lkasso closed this Apr 8, 2021
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