mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL: Add bebop SPI Device to spi devices
Added to namespace
This commit is contained in:
parent
738096b3ae
commit
d0114eac05
@ -62,7 +62,8 @@ namespace AP_HAL {
|
||||
SPIDevice_LSM9DS0_AM = 9,
|
||||
SPIDevice_LSM9DS0_G = 10,
|
||||
SPIDevice_Ublox = 11,
|
||||
SPIDevice_RASPIO = 12
|
||||
SPIDevice_RASPIO = 12,
|
||||
SPIDevice_Bebop = 13
|
||||
};
|
||||
|
||||
// Must be implemented by the concrete HALs.
|
||||
|
Loading…
Reference in New Issue
Block a user