Network: neoVI: Add TX support

This commit is contained in:
Emily Brooks
2025-12-03 14:43:35 -05:00
committed by Kyle Schwarz
parent d328d314b6
commit 16cd476c01
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ bool Encoder::encode(const Packetizer& packetizer, std::vector<uint8_t>& result,
break;
}
case Network::Type::Internal:
case Network::Type::CAN:
case Network::Type::SWCAN:
case Network::Type::LSFTCAN: {