aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink/mavlink_receiver.h
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-03-01 00:16:51 +0400
committerAnton Babushkin <anton.babushkin@me.com>2014-03-01 00:16:51 +0400
commit836f7c435fe31572e45333877142dce8b4d2fc78 (patch)
treec87f1781e2b8fc064ba0ba42e9b1cf37decc31d6 /src/modules/mavlink/mavlink_receiver.h
parent77d1989abae9d267bb74f86fb0104dbefcbcd52a (diff)
downloadpx4-firmware-836f7c435fe31572e45333877142dce8b4d2fc78.tar.gz
px4-firmware-836f7c435fe31572e45333877142dce8b4d2fc78.tar.bz2
px4-firmware-836f7c435fe31572e45333877142dce8b4d2fc78.zip
mavlink: code style and copyright fixes
Diffstat (limited to 'src/modules/mavlink/mavlink_receiver.h')
-rw-r--r--src/modules/mavlink/mavlink_receiver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/mavlink/mavlink_receiver.h b/src/modules/mavlink/mavlink_receiver.h
index fca5de917..199e42689 100644
--- a/src/modules/mavlink/mavlink_receiver.h
+++ b/src/modules/mavlink/mavlink_receiver.h
@@ -97,13 +97,13 @@ public:
static pthread_t receive_start(Mavlink *parent);
- static void * start_helper(void *context);
+ static void *start_helper(void *context);
private:
perf_counter_t _loop_perf; /**< loop performance counter */
- Mavlink* _mavlink;
+ Mavlink *_mavlink;
void handle_message(mavlink_message_t *msg);
void *receive_thread(void *arg);