drivers/leds/userled_upper.c: Fix a syslog foramt

This commit is contained in:
YAMAMOTO Takashi
2020-11-22 15:15:45 +09:00
committed by Xiang Xiao
parent 9b7d87738f
commit fc2ae3a8dd
+1 -1
View File
@@ -490,7 +490,7 @@ static int userled_ioctl(FAR struct file *filep, int cmd, unsigned long arg)
break;
default:
lederr("ERROR: Unrecognized command: %ld\n", cmd);
lederr("ERROR: Unrecognized command: %d\n", cmd);
ret = -ENOTTY;
break;
}