mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
Remove a warning
This commit is contained in:
@@ -2761,6 +2761,7 @@ void up_serialinit(void)
|
|||||||
#ifdef CONFIG_PM
|
#ifdef CONFIG_PM
|
||||||
ret = pm_register(&g_serialcb);
|
ret = pm_register(&g_serialcb);
|
||||||
DEBUGASSERT(ret == OK);
|
DEBUGASSERT(ret == OK);
|
||||||
|
UNUSED(ret);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Register the console */
|
/* Register the console */
|
||||||
|
|||||||
+1
-1
Submodule configs updated: 7e1508fa58...dafa9defb7
Reference in New Issue
Block a user