_warn(), not warn()
This commit is contained in:
parent
29a99bef0f
commit
aab77a944d
@ -134,7 +134,7 @@ void stm32_pm_buttons(void)
|
|||||||
|
|
||||||
if (oldhandler != NULL)
|
if (oldhandler != NULL)
|
||||||
{
|
{
|
||||||
warn("WARNING: oldhandler:%p is not NULL! "
|
_warn("WARNING: oldhandler:%p is not NULL! "
|
||||||
"Button events may be lost or aliased!\n",
|
"Button events may be lost or aliased!\n",
|
||||||
oldhandler);
|
oldhandler);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user