QuRT: Fixed file descriptions for command_<config>.c

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-05-20 19:35:43 -07:00
parent dc1c4a30e1
commit f24d807b66
2 changed files with 4 additions and 4 deletions

View File

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

View File

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