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 */