Skip to content

Commit 3a44c0f

Browse files
committed
MbedSocketClass: remove commented code
1 parent 11c3c83 commit 3a44c0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/SocketWrapper/src/SocketHelpers.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ uint8_t* arduino::MbedSocketClass::macAddress(uint8_t* mac) {
77
sscanf(&mac_str[b * 2 + (b)], "%02x", (unsigned int*)&tmp);
88
mac[5 - b] = (uint8_t)tmp;
99
}
10-
//sscanf(mac_str, "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx", &mac[5], &mac[4], &mac[3], &mac[2], &mac[1], &mac[0]);
1110
return mac;
1211
}
1312

0 commit comments

Comments
 (0)