Browse Source

AP_HAL: added BUS_TYPE_MSP

for MSP sensors
zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
4b1552eebe
  1. 3
      libraries/AP_HAL/Device.h

3
libraries/AP_HAL/Device.h

@ -31,7 +31,8 @@ public: @@ -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…
Cancel
Save