From ccdd6ae1fca5849142303de19ae008b8bb1d1723 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Wed, 21 Nov 2018 19:33:15 +0700 Subject: taptun: and formatting too (nw) --- src/osd/modules/netdev/taptun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/modules/netdev/taptun.cpp b/src/osd/modules/netdev/taptun.cpp index 73de796c482..91ca323a178 100644 --- a/src/osd/modules/netdev/taptun.cpp +++ b/src/osd/modules/netdev/taptun.cpp @@ -28,8 +28,8 @@ // for some reason this isn't defined in the header, and presumably it changes // with major? versions of the driver - perhaps it should be configurable? #define PRODUCT_TAP_WIN_COMPONENT_ID "tap0901" - #endif + // Ethernet minimum frame length static constexpr int ETHERNET_MIN_FRAME = 64; -- cgit v1.2.3