1
Dependencies: EthernetInterface mbed-rtos mbed
Revision 2:807d696cf266, committed 2016-09-11
- Comitter:
- yu10078999
- Date:
- Sun Sep 11 06:12:16 2016 +0000
- Parent:
- 1:b1506df02fe6
- Commit message:
- 2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Sep 11 01:23:05 2016 +0000
+++ b/main.cpp Sun Sep 11 06:12:16 2016 +0000
@@ -36,3 +36,12 @@
while(1) {}
}
+extern "C" void mbed_mac_address(char *mac)
+{
+ mac[0] = 0xD4;
+ mac[1] = 0x3D;
+ mac[2] = 0x7E;
+ mac[3] = 0x3C;
+ mac[4] = 0x7E;
+ mac[5] = 0x1C;
+};
\ No newline at end of file