Compass: updates for new AP_Param API

This commit is contained in:
Andrew Tridgell 2012-12-13 08:43:51 +11:00
parent 53470aff09
commit c181498e36
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Compass::Compass(void) :
_orientation(ROTATION_NONE),
_null_init_done(false)
{
AP_Param::setup_object_defaults(this, var_info);
}
// Default init method, just returns success.