STM3210e-eval: No such macro as warn(), change to swarn()
This commit is contained in:
parent
5b6fafb3f5
commit
0f0258c922
@ -318,9 +318,9 @@ void stm32_pmbuttons(void)
|
|||||||
|
|
||||||
if (oldhandler != NULL)
|
if (oldhandler != NULL)
|
||||||
{
|
{
|
||||||
warn("WARNING: oldhandler:%p is not NULL! "
|
swarn("WARNING: oldhandler:%p is not NULL! "
|
||||||
"Button events may be lost or aliased!\n",
|
"Button events may be lost or aliased!\n",
|
||||||
oldhandler);
|
oldhandler);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user