forked from Archive/PX4-Autopilot
QuRT: Fixed file descriptions for command_<config>.c
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
dc1c4a30e1
commit
f24d807b66
|
@ -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 <charlebm@gmail.com>
|
||||
*/
|
||||
|
|
|
@ -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 <charlebm@gmail.com>
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue