mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
drivers/leds/userled_upper.c: Fix a syslog foramt
This commit is contained in:
committed by
Xiang Xiao
parent
9b7d87738f
commit
fc2ae3a8dd
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user