mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 18:06:33 +00:00
arch/arm/src/cxd56xx/cxd56_sysctl.c: Fix a syslog format
This commit is contained in:
parent
0dadd03dbb
commit
758525d384
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue