Remove a warning
This commit is contained in:
parent
09c7373f24
commit
8fa6ecc1b9
@ -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 */
|
||||
|
2
configs
2
configs
@ -1 +1 @@
|
||||
Subproject commit 7e1508fa58d6e44144f58f141ef7a7916b9ce73c
|
||||
Subproject commit dafa9defb7724e780eda813b07b2c203f9af389c
|
Loading…
Reference in New Issue
Block a user