Corrected extern C ifdef

This commit is contained in:
pixhawk
2010-04-08 09:30:56 +02:00
parent 6edf0007be
commit 1b6ce0f62a
+5 -4
View File
@@ -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