Revert "Communication: Move NetID::Device to Type::CAN"

pull/64/head
Kyle Schwarz 2024-04-04 21:48:42 +00:00
parent bcf9d62be9
commit 7d2d12c5cd
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,6 @@ public:
case NetID::DWCAN14:
case NetID::DWCAN15:
case NetID::DWCAN16:
case NetID::Device:
return Type::CAN;
case NetID::LIN:
case NetID::LIN2:
@ -521,6 +520,7 @@ public:
return Type::MOST;
case NetID::RED:
case NetID::RED_OLDFORMAT:
case NetID::Device:
case NetID::Reset_Status:
case NetID::DeviceStatus:
case NetID::FlexRayControl: