AP_HAL: added BUS_TYPE_MSP

for MSP sensors
This commit is contained in:
Andrew Tridgell 2020-09-05 11:04:10 +10:00
parent c7b03dc936
commit 4b1552eebe

View File

@ -31,7 +31,8 @@ public:
BUS_TYPE_I2C = 1,
BUS_TYPE_SPI = 2,
BUS_TYPE_UAVCAN = 3,
BUS_TYPE_SITL = 4
BUS_TYPE_SITL = 4,
BUS_TYPE_MSP = 5,
};
enum Speed {