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

Only export Interrupt as interrupt when 'rt' is enabled #261

Merged

Conversation

rnestler
Copy link
Contributor

It only makes sense to export interrupt if the interrupt! macro is
exported as well, since it's the only thing using it.
Fixes #260

It only makes sense to export interrupt if the interrupt! macro is
exported as well, since it's the only thing using it.
@rnestler rnestler requested a review from a team as a code owner November 27, 2018 09:26
@rnestler
Copy link
Contributor Author

@japaric

Copy link
Member

@japaric japaric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

bors r+

bors bot added a commit that referenced this pull request Nov 27, 2018
261: Only export Interrupt as interrupt when 'rt' is enabled r=japaric a=rnestler

It only makes sense to export interrupt if the interrupt! macro is
exported as well, since it's the only thing using it.
Fixes #260 

Co-authored-by: Raphael Nestler <raphael.nestler@gmail.com>
@bors
Copy link
Contributor

bors bot commented Nov 27, 2018

Build succeeded

@bors bors bot merged commit 93b6081 into rust-embedded:master Nov 27, 2018
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.

2 participants