Network: Add ExtendedData to GetNetIDString
parent
d9c12bffe7
commit
245f5089da
|
|
@ -616,6 +616,8 @@ public:
|
|||
return "Ethernet PHY Register Control";
|
||||
case NetID::ExtendedCommand:
|
||||
return "Extended Command";
|
||||
case NetID::ExtendedData:
|
||||
return "Extended Data";
|
||||
case NetID::FlexRayControl:
|
||||
return "FlexRay Control";
|
||||
case NetID::HW_COM_Latency_Test:
|
||||
|
|
|
|||
Loading…
Reference in New Issue