AP_Camera: updates for new AP_Param API

This commit is contained in:
Andrew Tridgell 2012-12-13 08:43:41 +11:00
parent dbd9814327
commit 53470aff09

View File

@ -39,6 +39,7 @@ public:
_trigger_counter(0), // count of number of cycles shutter has been held open
_thr_pic_counter(0) // timer variable for throttle_pic
{
AP_Param::setup_object_defaults(this, var_info);
}
// single entry point to take pictures