arch/arm/src/cxd56xx/cxd56_sysctl.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-26 17:28:52 +09:00 committed by Xiang Xiao
parent 0dadd03dbb
commit 758525d384

View File

@ -102,7 +102,7 @@ static int sysctl_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
{
default:
{
_err("cmd %x(%x)\n", cmd, arg);
_err("cmd %x(%lx)\n", cmd, arg);
ret = cxd56_sysctlcmd(cmd & 0xff, arg);
if (ret)
{