Device: Fix supported device networks for several devices

This commit is contained in:
Bryant Jones
2023-04-18 13:21:39 +00:00
parent 3ddb832708
commit 4fa813ccbc
5 changed files with 20 additions and 7 deletions
@@ -24,7 +24,6 @@ public:
static std::vector<Network> supportedNetworks = {
Network::NetID::Ethernet,
Network::NetID::OP_Ethernet1,
Network::NetID::OP_Ethernet2
};
return supportedNetworks;
}