uncrustify libraries/AP_Camera/AP_Camera.h

This commit is contained in:
uncrustify 2012-08-16 23:09:29 -07:00 committed by Pat Hickey
parent 03637aa176
commit 11fb74ee7b

View File

@ -12,7 +12,7 @@
/// @class Camera
/// @brief Object managing a Photo or video camera
class AP_Camera{
class AP_Camera {
public:
/// Constructor
@ -23,7 +23,8 @@ public:
keep_cam_trigg_active_cycles (0),
thr_pic (0), // timer variable for throttle_pic
camtrig (83) // PK6 chosen as it not near anything so safer for soldering
{}
{
}
// single entry point to take pictures
void trigger_pic();