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…
Reference in a new issue