From 1d961b04d35cf5b98438e8360146c8a08dadb78e Mon Sep 17 00:00:00 2001 From: James Foster Date: Mon, 12 Oct 2020 17:04:59 -0700 Subject: [PATCH] Add missing function. --- SampleProjects/TestSomething/test/ethernet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SampleProjects/TestSomething/test/ethernet.cpp b/SampleProjects/TestSomething/test/ethernet.cpp index 7ace2c22..13395e55 100644 --- a/SampleProjects/TestSomething/test/ethernet.cpp +++ b/SampleProjects/TestSomething/test/ethernet.cpp @@ -3201,6 +3201,7 @@ uint8_t EthernetClass::socketBeginMulticast(unsigned char, IPAddress, unsigned short) { return 0; } +void EthernetClass::socketPortRand(unsigned short) {} // ======================== tests ====================================