From 1097f5f55c8ba535de1e4245e8dd1ad1096924a0 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Sun, 8 Feb 2015 14:11:35 +0100 Subject: fix comments --- src/platforms/px4_publisher.h | 4 ++-- src/platforms/px4_subscriber.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/platforms/px4_publisher.h b/src/platforms/px4_publisher.h index d9cd7a3c1..eb8e964e7 100644 --- a/src/platforms/px4_publisher.h +++ b/src/platforms/px4_publisher.h @@ -32,9 +32,9 @@ ****************************************************************************/ /** - * @file px4_nodehandle.h + * @file px4_publisher.h * - * PX4 Middleware Wrapper Node Handle + * PX4 Publisher API, implements publishing of messages from a nodehandle */ #pragma once #if defined(__PX4_ROS) diff --git a/src/platforms/px4_subscriber.h b/src/platforms/px4_subscriber.h index 6ca35b173..9b0ca1319 100644 --- a/src/platforms/px4_subscriber.h +++ b/src/platforms/px4_subscriber.h @@ -34,7 +34,7 @@ /** * @file px4_subscriber.h * - * PX4 Middleware Wrapper Subscriber + * PX4 Subscriber API, implements subscribing to messages from a nodehandle */ #pragma once -- cgit v1.2.3