Skip to content

Commit 1cc4ea9

Browse files
henkwiedigseriyps
authored andcommitted
cleanup
1 parent f8fe4cc commit 1cc4ea9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/mavlink.c

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,10 @@
2323
#include "mavlink.h"
2424
#include "osd.h"
2525

26-
// Declare the C-compatible interface functions
27-
#ifdef __cplusplus
28-
extern "C" {
29-
#endif
30-
26+
// Declare the C-compatible interface to cpp dvr functions
3127
typedef struct Dvr* Dvr; // Forward declaration
32-
3328
void dvr_start_recording(Dvr* dvr);
3429
void dvr_stop_recording(Dvr* dvr);
35-
36-
#ifdef __cplusplus
37-
}
38-
#endif
39-
4030
extern Dvr *dvr;
4131

4232
#define earthRadiusKm 6371.0

0 commit comments

Comments
 (0)