mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -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 )
|
||||
|
||||
/*
|
||||
* Register commands that can be used with FreeRTOS+CLI. The commands are
|
||||
* defined in CLI-commands.c.
|
||||
*/
|
||||
* Register commands that can be used with FreeRTOS+CLI. The commands are
|
||||
* defined in CLI-commands.c.
|
||||
*/
|
||||
extern void vRegisterCLICommands( void );
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue