mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00:00
drivers/leds/userled_upper.c: Fix a syslog foramt
This commit is contained in:
parent
9b7d87738f
commit
fc2ae3a8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue