mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
Corrected extern C ifdef
This commit is contained in:
+5
-4
@@ -6,12 +6,12 @@
|
||||
#ifndef MAVLINK_H
|
||||
#define MAVLINK_H
|
||||
|
||||
#include "protocol.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "protocol.h"
|
||||
|
||||
#include "generated/mavlink_message_heartbeat.h"
|
||||
#include "generated/mavlink_message_boot.h"
|
||||
#include "generated/mavlink_message_action.h"
|
||||
@@ -30,4 +30,5 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user