Remove a warning
This commit is contained in:
parent
6df1d2823f
commit
46fec91b12
@ -2761,6 +2761,7 @@ void up_serialinit(void)
|
||||
#ifdef CONFIG_PM
|
||||
ret = pm_register(&g_serialcb);
|
||||
DEBUGASSERT(ret == OK);
|
||||
UNUSED(ret);
|
||||
#endif
|
||||
|
||||
/* Register the console */
|
||||
|
Loading…
Reference in New Issue
Block a user