mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
nuttx: remove space befone newline in logs
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e68ffb9f99
commit
3ccb657dc2
@@ -170,7 +170,7 @@ static int nsh_usbhostinitialize(void)
|
||||
#ifdef CONFIG_USBHOST_CDCACM
|
||||
/* Register the CDC/ACM serial class */
|
||||
|
||||
printf ("USB Host CDCACM \n");
|
||||
printf ("USB Host CDCACM\n");
|
||||
ret = usbhost_kbdinit();
|
||||
if (ret != OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user