diff --git a/ArduCopterMega/config.h b/ArduCopterMega/config.h index 47bb28cf75..1491f48c58 100644 --- a/ArduCopterMega/config.h +++ b/ArduCopterMega/config.h @@ -189,6 +189,9 @@ #ifndef MAG_ORIENTATION # define MAG_ORIENTATION AP_COMPASS_COMPONENTS_DOWN_PINS_FORWARD #endif +#ifndef MAG_PROTOCOL +# define MAG_PROTOCOL MAG_PROTOCOL_5843 // Default Setting +#endif //////////////////////////////////////////////////////////////////////////////