diff options
-rw-r--r-- | src/osd/modules/netdev/taptun.cpp | 2 |
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; |