AP_HAL: added BUS_TYPE_MSP
for MSP sensors
This commit is contained in:
parent
c7b03dc936
commit
4b1552eebe
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user