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 2d46782 commit e7ff9d5Copy full SHA for e7ff9d5
libraries/SocketWrapper/src/SocketHelpers.cpp
@@ -11,7 +11,6 @@ uint8_t* arduino::MbedSocketClass::macAddress(uint8_t* mac, bool reversed) {
11
mac[b] = (uint8_t)tmp;
12
}
13
14
- //sscanf(mac_str, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx", &mac[5], &mac[4], &mac[3], &mac[2], &mac[1], &mac[0]);
15
return mac;
16
17
0 commit comments