mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: RM2 & RM3: Update settings
This commit is contained in:
committed by
Kyle Schwarz
parent
771d82826f
commit
759cb2436d
@@ -19,6 +19,7 @@ public:
|
||||
static std::vector<Network> supportedNetworks = {
|
||||
Network::NetID::Ethernet,
|
||||
Network::NetID::OP_Ethernet1,
|
||||
Network::NetID::MDIO1
|
||||
};
|
||||
return supportedNetworks;
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ typedef struct {
|
||||
uint16_t enableLatencyTest : 1;
|
||||
uint16_t reserved : 15;
|
||||
} flags; // 2
|
||||
uint64_t network_enables_5;
|
||||
} radmoon3_settings_t;
|
||||
#pragma pack(pop)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user