Skip to content

Commit

Permalink
AP_Camera: fix video recording while armed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Feb 14, 2024
1 parent 6b1edfb commit 1a6d189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Camera/AP_Camera_Backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AP_Camera_Backend
CLASS_NO_COPY(AP_Camera_Backend);

enum CAMOPTIONS {
REC_ARM_DISARM = 0, // Recording start/stop on Arm/Disarm
REC_ARM_DISARM = 1, // start/stop recording on arm/disarm
};

// init - performs any required initialisation
Expand Down

0 comments on commit 1a6d189

Please sign in to comment.