mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
EEPROM address bugfix
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1149 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
173afc91d1
commit
fe2d46f70e
@ -676,7 +676,7 @@ void defaultUserConfig() {
|
|||||||
#define mag_offset_x_ADR 240
|
#define mag_offset_x_ADR 240
|
||||||
#define mag_offset_y_ADR 244
|
#define mag_offset_y_ADR 244
|
||||||
#define mag_offset_z_ADR 248
|
#define mag_offset_z_ADR 248
|
||||||
#define MIN_THROTTLE_ADR 250
|
#define MIN_THROTTLE_ADR 252
|
||||||
|
|
||||||
|
|
||||||
//#define eeprom_counter_ADR 238 // hmm should i move these?!? , 31-10-10, jp
|
//#define eeprom_counter_ADR 238 // hmm should i move these?!? , 31-10-10, jp
|
||||||
|
@ -377,7 +377,7 @@ void sendSerialTelemetry() {
|
|||||||
SerPri(AP_Compass.mag_y);
|
SerPri(AP_Compass.mag_y);
|
||||||
comma();
|
comma();
|
||||||
SerPri(AP_Compass.mag_z);
|
SerPri(AP_Compass.mag_z);
|
||||||
comma();
|
// comma();
|
||||||
|
|
||||||
SerPriln();
|
SerPriln();
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user