We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c3c83 commit 3a44c0fCopy full SHA for 3a44c0f
libraries/SocketWrapper/src/SocketHelpers.cpp
@@ -7,7 +7,6 @@ uint8_t* arduino::MbedSocketClass::macAddress(uint8_t* mac) {
7
sscanf(&mac_str[b * 2 + (b)], "%02x", (unsigned int*)&tmp);
8
mac[5 - b] = (uint8_t)tmp;
9
}
10
- //sscanf(mac_str, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx", &mac[5], &mac[4], &mac[3], &mac[2], &mac[1], &mac[0]);
11
return mac;
12
13
0 commit comments