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.
Fork of mbed-src by
Diff: common/mbed_interface.c
- Revision:
- 228:85a676113daa
- Parent:
- 221:8276e3a4886f
- Child:
- 250:a49055e7a707
--- a/common/mbed_interface.c Wed Jun 11 16:00:09 2014 +0100 +++ b/common/mbed_interface.c Thu Jun 12 10:15:07 2014 +0100 @@ -38,7 +38,6 @@ } } -WEAK int mbed_interface_uid(char *uid); WEAK int mbed_interface_uid(char *uid) { if (mbed_interface_connected()) { return semihost_uid(uid); // Returns 0 if successful, -1 on failure @@ -77,13 +76,11 @@ mbed_interface_reset(); } -WEAK int mbed_uid(char *uid); WEAK int mbed_uid(char *uid) { return mbed_interface_uid(uid); } #endif -WEAK void mbed_mac_address(char *mac); WEAK void mbed_mac_address(char *mac) { #if DEVICE_SEMIHOST char uid[DEVICE_ID_LENGTH + 1];