mirror of https://github.com/ArduPilot/ardupilot
Compass: corrected space
This commit is contained in:
parent
952c56e990
commit
9760cdf2d7
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
#define COMPASS_ADDRESS 0x1E
|
#define COMPASS_ADDRESS 0x1E
|
||||||
#define ConfigRegA 0x00
|
#define ConfigRegA 0x00
|
||||||
#define ConfigRegB 0x01
|
#define ConfigRegB 0x01
|
||||||
#define magGain 0x20
|
#define magGain 0x20
|
||||||
|
|
Loading…
Reference in New Issue