mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-12 01:23:56 -03:00
AP_Compass: keep old hmc5843 ID
prevent re-use. thanks to Lucas
This commit is contained in:
parent
02c2ba1331
commit
3b53caad87
@ -50,6 +50,7 @@ public:
|
|||||||
calibration values invalid then this number must be changed.
|
calibration values invalid then this number must be changed.
|
||||||
*/
|
*/
|
||||||
enum DevTypes {
|
enum DevTypes {
|
||||||
|
DEVTYPE_HMC5883_OLD = 0x01,
|
||||||
DEVTYPE_HMC5883 = 0x07,
|
DEVTYPE_HMC5883 = 0x07,
|
||||||
DEVTYPE_LSM303D = 0x02,
|
DEVTYPE_LSM303D = 0x02,
|
||||||
DEVTYPE_AK8963 = 0x04,
|
DEVTYPE_AK8963 = 0x04,
|
||||||
|
Loading…
Reference in New Issue
Block a user