diff options
author | 2018-11-21 19:15:59 +0700 | |
---|---|---|
committer | 2018-11-21 19:15:59 +0700 | |
commit | 533cd7f6cc8c668ac4531c2b492a8b6b55e5a8c8 (patch) | |
tree | f076b8492cd2cfa37f7df17b77593ab774a664f4 | |
parent | 91993a13ad01f433d510a7b22261813fe6695a2f (diff) |
taptun: bollocks (nw)
-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 a4067849579..73de796c482 100644 --- a/src/osd/modules/netdev/taptun.cpp +++ b/src/osd/modules/netdev/taptun.cpp @@ -29,9 +29,9 @@ // 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; -#endif class taptun_module : public osd_module, public netdev_module { |