From f24d807b666929dd286bc3f7681a175ce5153586 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Wed, 20 May 2015 19:35:43 -0700 Subject: [PATCH] QuRT: Fixed file descriptions for command_.c Signed-off-by: Mark Charlebois --- src/platforms/qurt/px4_layer/commands_default.c | 4 ++-- src/platforms/qurt/px4_layer/commands_hello.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/platforms/qurt/px4_layer/commands_default.c b/src/platforms/qurt/px4_layer/commands_default.c index 9d229d610f..1c4c50f022 100644 --- a/src/platforms/qurt/px4_layer/commands_default.c +++ b/src/platforms/qurt/px4_layer/commands_default.c @@ -31,8 +31,8 @@ * ****************************************************************************/ /** - * @file hello.c - * Commands to run for the QuRT "default" target + * @file commands_default.c + * Commands to run for the "qurt_default" config * * @author Mark Charlebois */ diff --git a/src/platforms/qurt/px4_layer/commands_hello.c b/src/platforms/qurt/px4_layer/commands_hello.c index d38e73da0e..b2ef09b457 100644 --- a/src/platforms/qurt/px4_layer/commands_hello.c +++ b/src/platforms/qurt/px4_layer/commands_hello.c @@ -31,8 +31,8 @@ * ****************************************************************************/ /** - * @file hello.c - * Commands to run for the QuRT "hello" target + * @file commands_hello.c + * Commands to run for the "qurt_hello" config * * @author Mark Charlebois */