From 14db90f06f74494ee811cf1ae4f12190756ed2ca Mon Sep 17 00:00:00 2001 From: David Crocker Date: Mon, 9 Dec 2019 19:47:33 +0000 Subject: Support loading IAP in RAM Support loading IAP in RAM instead of flash, to make more flash memory available for the main firmware --- src/Networking/LwipEthernet/LwipEthernetInterface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Networking/LwipEthernet/LwipEthernetInterface.cpp') diff --git a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp index f32bf251..79378030 100644 --- a/src/Networking/LwipEthernet/LwipEthernetInterface.cpp +++ b/src/Networking/LwipEthernet/LwipEthernetInterface.cpp @@ -360,6 +360,7 @@ void LwipEthernetInterface::Activate() void LwipEthernetInterface::Exit() { Stop(); + ethernet_terminate(); } // Get the network state into the reply buffer, returning true if there is some sort of error -- cgit v1.2.3