mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
drivers/input/button_upper.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
6955404a3d
commit
a9c84e1941
@@ -663,7 +663,7 @@ static int btn_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
ierr("ERROR: Unrecognized command: %ld\n", cmd);
|
ierr("ERROR: Unrecognized command: %d\n", cmd);
|
||||||
ret = -ENOTTY;
|
ret = -ENOTTY;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user