uncrustify libraries/AP_Camera/AP_Camera.h
This commit is contained in:
parent
03637aa176
commit
11fb74ee7b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user