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

optimize: don't set USR_SFD register twice during init. #104

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

Conversation

jwzawadzki
Copy link
Contributor

enableMode() is usually called twice, once from
DW1000Class::setDefaults(), second time explicit by application.

This makes USR_SFD register set twice during init.
Move setting register it to DW1000Class::commitConfiguration()

enableMode() is usually called twice, once from
DW1000Class::setDefaults(), second time explicit by application.

This makes USR_SFD register set twice during init.
Move setting register it to DW1000Class::commitConfiguration()
@Rotzbua Rotzbua added the review required someone has to review and confirm the code label May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review required someone has to review and confirm the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants