1
Dependencies: EthernetInterface mbed-rtos mbed
Diff: main.cpp
- Revision:
- 2:807d696cf266
- Parent:
- 1:b1506df02fe6
--- 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