mavlink_receiver.cpp: remove __BEGIN_DECLS, __END_DECLS

This is the wrong usage of the macros and not needed at this place
This commit is contained in:
Beat Küng
2016-04-19 16:09:22 +02:00
committed by Lorenz Meier
parent 5cf351f585
commit 5b684a77f4
-4
View File
@@ -81,14 +81,10 @@
#include <commander/px4_custom_mode.h>
#include <geo/geo.h>
__BEGIN_DECLS
#include "mavlink_bridge_header.h"
#include "mavlink_receiver.h"
#include "mavlink_main.h"
__END_DECLS
static const float mg2ms2 = CONSTANTS_ONE_G / 1000.0f;
MavlinkReceiver::MavlinkReceiver(Mavlink *parent) :