-
Notifications
You must be signed in to change notification settings - Fork 3k
Guard Atmel RF driver build by DEVICE_I2C #8327
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
Conversation
@@ -15,6 +15,9 @@ | |||
*/ | |||
#include "at24mac.h" | |||
|
|||
// This driver required 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.
Don't think this comment is adding anything - if you want it, it's "requires".
/morph build |
Build : FAILUREBuild number : 3264 |
Please restart the CI |
This module uses AT24MAC chip which is in I2C bus, so it requires device to support I2C
Extra comment removed as Kevin suggested. |
/morph build |
Build : SUCCESSBuild number : 3294 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2918 |
failure in mbed2-build is IAR license related - rerunning |
Test : SUCCESSBuild number : 3100 |
Description
This module uses AT24MAC chip which is in I2C bus, so it requires
device to support I2C
Pull request type