mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +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;
|
||||
|
||||
default:
|
||||
ierr("ERROR: Unrecognized command: %ld\n", cmd);
|
||||
ierr("ERROR: Unrecognized command: %d\n", cmd);
|
||||
ret = -ENOTTY;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user