neoVI FIRE 2: MiscIO and EMiscIO Support

This commit is contained in:
Paul Hollinsky
2021-04-21 10:40:35 -04:00
parent 92589c2ce7
commit bb322ad190
7 changed files with 219 additions and 1 deletions
+2 -1
View File
@@ -263,6 +263,7 @@ public:
case NetID::MOST150:
return Type::MOST;
case NetID::RED:
case NetID::Device:
case NetID::Reset_Status:
case NetID::DeviceStatus:
case NetID::FlexRayControl:
@@ -309,7 +310,7 @@ public:
static const char* GetNetIDString(NetID netid) {
switch(netid) {
case NetID::Device:
return "Device";
return "neoVI";
case NetID::HSCAN:
return "HSCAN";
case NetID::MSCAN: