-
Notifications
You must be signed in to change notification settings - Fork 3k
[STM32 NUCLEO] Init MAC address #2812
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
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.
|
||
void mbed_mac_address(char *mac) { | ||
if (mbed_otp_mac_address(mac)) { | ||
return; |
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.
looks like too many spaces here
if (mbed_otp_mac_address(mac)) { | ||
return; | ||
} else { | ||
mbed_default_mac_address(mac); |
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.
same comment
@andreaslarssonublox does this work for you? |
I think it looks ok. |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: null Examples Build failed! |
Oops this was my fault! Messing with CI again, retriggering now. /morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 992 All builds and test passed! |
Description
New Pull Request after #2808 and #2743
@andreaslarssonublox
Status
READY