AP_HAL: remove enum id for Ublox and RASPIO
This commit is contained in:
parent
945556bbc3
commit
3a5e8a17c7
@ -52,8 +52,6 @@ namespace AP_HAL {
|
|||||||
// Devices using AP_HAL::SPIDevice abstraction
|
// Devices using AP_HAL::SPIDevice abstraction
|
||||||
SPIDevice_Type = -1,
|
SPIDevice_Type = -1,
|
||||||
SPIDevice_ADS7844 = 1,
|
SPIDevice_ADS7844 = 1,
|
||||||
SPIDevice_Ublox = 11,
|
|
||||||
SPIDevice_RASPIO = 12,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Must be implemented by the concrete HALs.
|
// Must be implemented by the concrete HALs.
|
||||||
|
Loading…
Reference in New Issue
Block a user