From c1cc39068343241d13bffdc5038ed8e95e28d4b0 Mon Sep 17 00:00:00 2001 From: Juraj Andrassy Date: Wed, 29 May 2024 21:43:37 +0200 Subject: [PATCH] WizEthernet.h added to allow specifying exactly this library to use this library instead of the platform's Ethernet lib --- src/WizEthernet.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/WizEthernet.h diff --git a/src/WizEthernet.h b/src/WizEthernet.h new file mode 100644 index 00000000..01e5d5b0 --- /dev/null +++ b/src/WizEthernet.h @@ -0,0 +1 @@ +#include "Ethernet.h"