AP_HAL: remove enum id for Ublox and RASPIO

This commit is contained in:
Lucas De Marchi 2016-07-22 02:07:52 -03:00
parent 945556bbc3
commit 3a5e8a17c7

View File

@ -52,8 +52,6 @@ namespace AP_HAL {
// Devices using AP_HAL::SPIDevice abstraction
SPIDevice_Type = -1,
SPIDevice_ADS7844 = 1,
SPIDevice_Ublox = 11,
SPIDevice_RASPIO = 12,
};
// Must be implemented by the concrete HALs.