Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d961b0

Browse files
author
James Foster
committedOct 13, 2020
Add missing function.
1 parent f8cb186 commit 1d961b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎SampleProjects/TestSomething/test/ethernet.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -3201,6 +3201,7 @@ uint8_t EthernetClass::socketBeginMulticast(unsigned char, IPAddress,
32013201
unsigned short) {
32023202
return 0;
32033203
}
3204+
void EthernetClass::socketPortRand(unsigned short) {}
32043205

32053206
// ======================== tests ====================================
32063207

0 commit comments

Comments
 (0)
Please sign in to comment.