AP_Compass: keep old hmc5843 ID

prevent re-use. thanks to Lucas
This commit is contained in:
Andrew Tridgell 2016-11-08 08:54:32 +11:00
parent 02c2ba1331
commit 3b53caad87

View File

@ -50,6 +50,7 @@ public:
calibration values invalid then this number must be changed.
*/
enum DevTypes {
DEVTYPE_HMC5883_OLD = 0x01,
DEVTYPE_HMC5883 = 0x07,
DEVTYPE_LSM303D = 0x02,
DEVTYPE_AK8963 = 0x04,