mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
nshlib: Fix nxstyle warning
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -130,7 +130,9 @@ int nsh_session(FAR struct console_stdio_s *pstate, bool login)
|
||||
|
||||
for (; ; )
|
||||
{
|
||||
/* For the case of debugging the USB console... dump collected USB trace data */
|
||||
/* For the case of debugging the USB console...
|
||||
* dump collected USB trace data
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_NSH_USBDEV_TRACE
|
||||
nsh_usbtrace();
|
||||
|
Reference in New Issue
Block a user