Minor cosmetics to comments.

This commit is contained in:
Richard Barry 2013-05-09 10:15:52 +00:00
parent fb9662009a
commit 8732e8efc5

View file

@ -102,9 +102,9 @@ task. */
#define mainCDC_COMMAND_CONSOLE_TASK_PRIORITY ( 4U ) #define mainCDC_COMMAND_CONSOLE_TASK_PRIORITY ( 4U )
/* /*
* Register commands that can be used with FreeRTOS+CLI. The commands are * Register commands that can be used with FreeRTOS+CLI. The commands are
* defined in CLI-commands.c. * defined in CLI-commands.c.
*/ */
extern void vRegisterCLICommands( void ); extern void vRegisterCLICommands( void );
/* /*