The previous commit was reverted. My concern was misplaced: There is a guard boolean to prevent running the init script more than once. This comment just restores some of the good cosmetic changes that were included in the reverted commit.

This commit is contained in:
Gregory Nutt
2016-08-25 14:28:25 -06:00
parent 4eda22b4db
commit 8cfa1dbd3b
4 changed files with 13 additions and 35 deletions

View File

@@ -124,7 +124,7 @@ void nsh_initialize(void);
* operations to handle the cases where the session is lost when the
* USB device is unplugged and restarted when the USB device is plugged
* in again.
*
*
* Input Parameters:
* Standard task start-up arguments. These are not used. argc may be
* zero and argv may be NULL.