Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: common/mbed_interface.c
- Revision:
- 395:bfce16e86ea4
- Parent:
- 285:31249416b6f9
- Child:
- 422:f9edfcefc276
--- a/common/mbed_interface.c Fri Nov 07 15:45:07 2014 +0000 +++ b/common/mbed_interface.c Mon Nov 10 07:45:06 2014 +0000 @@ -98,6 +98,7 @@ mac[i] = byte; p += 2; } + mac[0] &= ~0x01; // reset the IG bit in the address; see IEE 802.3-2002, Section 3.2.3(b) } else { // else return a default MAC #endif mac[0] = 0x00;