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

This commit is contained in:
YAMAMOTO Takashi 2020-12-01 14:24:28 +09:00 committed by Xiang Xiao
parent 874101aede
commit 0b1c2322c4

View File

@ -674,7 +674,7 @@ static int djoy_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;
}