-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sys/shell: added commands for iot-lab_M3 sensors #1949
sys/shell: added commands for iot-lab_M3 sensors #1949
Conversation
823cba8
to
141ece6
Compare
reduced scope of variables as pointed out by cppcheck. |
|
||
int val; | ||
|
||
if (!isl29020_dev.i2c) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently this check is always true.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true, now I wonder why it worked yesterday...
141ece6
to
b59e193
Compare
Addressed comment by @OlegHahm (seems you were not the only one tired yesterday night :-) ) |
b59e193
to
7e043bb
Compare
rebased after #1947 was merged. |
I'm happy (ACKy) when Travis is. |
Go |
sys/shell: added commands for iot-lab_M3 sensors
rebased on #1947