mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
_warn(), not warn()
This commit is contained in:
@@ -134,9 +134,9 @@ void stm32_pm_buttons(void)
|
||||
|
||||
if (oldhandler != NULL)
|
||||
{
|
||||
warn("WARNING: oldhandler:%p is not NULL! "
|
||||
"Button events may be lost or aliased!\n",
|
||||
oldhandler);
|
||||
_warn("WARNING: oldhandler:%p is not NULL! "
|
||||
"Button events may be lost or aliased!\n",
|
||||
oldhandler);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user