mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 16:03:58 -04:00
AP_Camera: updates for new AP_Param API
This commit is contained in:
parent
dbd9814327
commit
53470aff09
@ -39,6 +39,7 @@ public:
|
|||||||
_trigger_counter(0), // count of number of cycles shutter has been held open
|
_trigger_counter(0), // count of number of cycles shutter has been held open
|
||||||
_thr_pic_counter(0) // timer variable for throttle_pic
|
_thr_pic_counter(0) // timer variable for throttle_pic
|
||||||
{
|
{
|
||||||
|
AP_Param::setup_object_defaults(this, var_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
// single entry point to take pictures
|
// single entry point to take pictures
|
||||||
|
Loading…
Reference in New Issue
Block a user