summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2018-11-21 19:33:15 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2018-11-21 19:33:15 +0700
commitccdd6ae1fca5849142303de19ae008b8bb1d1723 (patch)
tree5a23dd21b87ef82aaeaf52624609dfb4dbd06fca
parent533cd7f6cc8c668ac4531c2b492a8b6b55e5a8c8 (diff)
taptun: and formatting too (nw)
-rw-r--r--src/osd/modules/netdev/taptun.cpp2
1 files changed, 1 insertions, 1 deletions
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;