Remove a warning

This commit is contained in:
Gregory Nutt
2015-07-01 18:25:13 -06:00
parent 09c7373f24
commit 8fa6ecc1b9
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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 */
+1 -1
Submodule configs updated: 7e1508fa58...dafa9defb7