_warn(), not warn()

This commit is contained in:
Gregory Nutt 2016-06-20 22:32:34 -06:00
parent 29a99bef0f
commit aab77a944d

View File

@ -134,7 +134,7 @@ void stm32_pm_buttons(void)
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",
oldhandler);
}