Tools: added MSP bus type to decode

This commit is contained in:
Andrew Tridgell 2020-09-05 11:31:50 +10:00
parent 4b1552eebe
commit a9ca78532e

View File

@ -38,7 +38,8 @@ bustypes = {
1: "I2C", 1: "I2C",
2: "SPI", 2: "SPI",
3: "UAVCAN", 3: "UAVCAN",
4: "SITL" 4: "SITL",
5: "MSP"
} }
compass_types = { compass_types = {