RAD-A2B: Add netID to string support

This commit is contained in:
Emily Brooks
2022-10-05 13:50:00 -04:00
parent 124bd3b310
commit 3b9a31ef51
+4
View File
@@ -542,6 +542,10 @@ public:
return "I2C 4";
case NetID::Ethernet2:
return "Ethernet 2";
case NetID::A2B1:
return "A2B 1";
case NetID::A2B2:
return "A2B 2";
case NetID::Any:
case NetID::Invalid:
break;