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

uart1_i2c_master.c messes up interrupts enabled in UC1E #17

Open
heliosfa opened this issue Oct 2, 2014 · 0 comments
Open

uart1_i2c_master.c messes up interrupts enabled in UC1E #17

heliosfa opened this issue Oct 2, 2014 · 0 comments
Assignees
Labels

Comments

@heliosfa
Copy link

heliosfa commented Oct 2, 2014

Line 111 and Line 135 enable the relevant interrupt using an equals assignment rather than an OR equals assignment. This overwrites any other enabled interrupts.

@heliosfa heliosfa added the bug label Oct 2, 2014
@heliosfa heliosfa self-assigned this Oct 2, 2014
heliosfa added a commit that referenced this issue Oct 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant