drivers/input/button_upper.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-21 09:26:07 +09:00 committed by Xiang Xiao
parent 6955404a3d
commit a9c84e1941
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}