mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 15:31:56 -04:00
Minor cosmetics to comments.
This commit is contained in:
parent
fb9662009a
commit
8732e8efc5
|
@ -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 );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue