mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
arch/arm/src/cxd56xx/cxd56_sysctl.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
0dadd03dbb
commit
758525d384
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user