drivers/nrf24l01p: misc fixed#7855
Merged
PeterKietzmann merged 2 commits intoRIOT-OS:masterfrom Nov 9, 2017
Merged
Conversation
aabadie
reviewed
Oct 26, 2017
drivers/include/nrf24l01p.h
Outdated
| gpio_t ce; /**< GPIO pin to initialize as chip enable */ | ||
| gpio_t cs; /**< GPIO pin to initialize as chip select */ | ||
| gpio_t irq; /**< GPIO pin to initialize as interrupt request */ | ||
| unsigned int listener; /**< Place to store an ID in */ |
Contributor
Author
There was a problem hiding this comment.
unsigned also does the trick. Changed.
16 tasks
Contributor
Author
|
@aabadie I addressed your comment. Can I squash? |
Contributor
Author
|
Ping! |
Contributor
Author
|
ping6! |
Member
|
Please squash. One, max two commits should be enough |
55d9aa7 to
aad3c25
Compare
Contributor
Author
|
Squashed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While compiling tests/driver_nrf24l01p_lowlevel with clang in OS X it discovers several minor issues.
This PR fixes them.