RAD-A2B: Initial support

This commit is contained in:
Kyle Schwarz
2022-09-15 11:13:45 -04:00
parent 2e296dc8d3
commit 9871430288
8 changed files with 192 additions and 1 deletions
+2
View File
@@ -130,6 +130,8 @@ public:
I2C3 = 518,
I2C4 = 519,
Ethernet2 = 520,
A2B1 = 522,
A2B2 = 523,
Any = 0xfffe, // Never actually set as type, but used as flag for filtering
Invalid = 0xffff
};